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
| 13:23:14 | superkruise.virtualcluster.sample.001 | step-2 | CMD | RUN | === COMMAND /usr/local/bin/kubectl wait virtualclusters.v1alpha1.clusters.superkruise.io --for=delete virtual-cluster-001 -n chainsaw-ultimate-viper -o yaml --timeout 1m0s | 13:23:14 | superkruise.virtualcluster.sample.001 | step-2 | CMD | LOG | === STDERR Error from server (NotFound): virtualclusters.clusters.superkruise.io "virtual-cluster-001" not found | 13:23:14 | superkruise.virtualcluster.sample.001 | step-2 | CMD | ERROR | === ERROR exit status 1
v0.2.7
No response
The text was updated successfully, but these errors were encountered:
Hey, thanks for reporting. Is there an option in kubectl to ignore not found ?
Sorry, something went wrong.
Thanks for reply. kubectl don't have this option. My method is kubectl wait vc virtual-cluster-001 --for=delete -n chainsaw-ultimate-viper -o yaml --timeout 1m0s 2>&1 |grep -v 'timed out'
kubectl wait vc virtual-cluster-001 --for=delete -n chainsaw-ultimate-viper -o yaml --timeout 1m0s 2>&1 |grep -v 'timed out'
No branches or pull requests
Describe your question
chainsaw version Version
v0.2.7
Additional context
No response
The text was updated successfully, but these errors were encountered: