Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting namespace using the generic interface fails #75

Closed
pablochacin opened this issue Oct 12, 2022 · 0 comments · Fixed by #76
Closed

Deleting namespace using the generic interface fails #75

pablochacin opened this issue Oct 12, 2022 · 0 comments · Fixed by #76

Comments

@pablochacin
Copy link
Contributor

pablochacin commented Oct 12, 2022

When trying to delete a namespace using the generic interface introduced in #70 the operation fails with the message object is being deleted: namespaces "namepspace-name" already exists.

This issue is probably related to an issue found in the create function that lead to introducing a logic for handling namespaces as a special case. The underlying problem is that namespaces cannot be accessed using a namespaced resource interface in the dynamic Kubernetes client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant