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
ungefähr sowas:
for job_name in (kubectl get --all-namespaces jobs -o json | jq -c '.items[] | select(.status.succeeded==1) | [.metadata.namespace,.metadata.name]') set namespace (echo $job_name | jq -r '.[0]') set name (echo $job_name | jq -r '.[1]') kubectl --namespace "$namespace" delete job "$name" end
The text was updated successfully, but these errors were encountered:
webwurst
No branches or pull requests
ungefähr sowas:
The text was updated successfully, but these errors were encountered: