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
Hello, Maybe I missed it from the documentation; but how can I use kubectl --all-namespaces with bats-detik?
kubectl --all-namespaces
Example:
verify "there are 0 pods named '*' with 'status' being 'crashLoopBackoff'"
I tried DETIK_CLIENT_NAME='kubectl --all-namespaces' with no luck.
DETIK_CLIENT_NAME='kubectl --all-namespaces'
The text was updated successfully, but these errors were encountered:
Hi @pedroapero. Indeed, this is not supported. That would not be very complicated, the missing part is here. I will try to add its support this week.
Sorry, something went wrong.
After digging, DETIK_CLIENT_NAME='kubectl --all-namespaces' should work. The reason about the failure is because of the query:
*
The query you wrote totally makes sense. I have to see how we can complete the assertions to support it.
No branches or pull requests
Hello,
Maybe I missed it from the documentation; but how can I use
kubectl --all-namespaces
with bats-detik?Example:
I tried
DETIK_CLIENT_NAME='kubectl --all-namespaces'
with no luck.The text was updated successfully, but these errors were encountered: