Skip to content

Instantly share code, notes, and snippets.

@epcim
Last active January 7, 2020 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/3adcd5995ec49e085b0324ac4968a783 to your computer and use it in GitHub Desktop.
Save epcim/3adcd5995ec49e085b0324ac4968a783 to your computer and use it in GitHub Desktop.
kubernetes job
kubectl get job -n sre kibana-config -o json | jq 'del(.spec.selector)' | jq 'del(.spec.template.metadata.labels)' | kubectl replace --force -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment