You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespace already exists and I don't have permission to create namespaces in the cluster, thus it throws PermanentError, 403 forbidden. Is there a way to surpass that?
Sorry for late response,
with the current code, there is no way to bypass it other than getting yourself namespace creation permission.
We'll have to update the code to check the namespace existence with another method.
But before making code change, are you sure you have the permission to list namespaces either ? If you have no permissions on namespace resource, I don't see a way to check it exists or create it if not.
The namespace already exists and I don't have permission to create namespaces in the cluster, thus it throws PermanentError, 403 forbidden. Is there a way to surpass that?
kubernetes-crd/controller.py
Line 41 in c2d85cf
The text was updated successfully, but these errors were encountered: