We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently chaoskube requires global pod-reader to find targets even when narrowing down the search space with the --namespaces flag.
chaoskube
pod-reader
--namespaces
See: https://github.com/linki/chaoskube/blob/v0.9.0/chaoskube/chaoskube.go#L144
Deletion works fine as the API targets a specific namespace.
The text was updated successfully, but these errors were encountered:
This has been fixed in #399 and released in v0.27.0.
v0.27.0
Please see #399 (comment) for instructions how to use it.
I'm closing this now.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently
chaoskube
requires globalpod-reader
to find targets even when narrowing down the search space with the--namespaces
flag.See: https://github.com/linki/chaoskube/blob/v0.9.0/chaoskube/chaoskube.go#L144
Deletion works fine as the API targets a specific namespace.
The text was updated successfully, but these errors were encountered: