Skip to content

Instantly share code, notes, and snippets.

@shark8me
Created September 15, 2020 11:41
Show Gist options
  • Select an option

  • Save shark8me/65efacf219772adcc391a53d5cd92722 to your computer and use it in GitHub Desktop.

Select an option

Save shark8me/65efacf219772adcc391a53d5cd92722 to your computer and use it in GitHub Desktop.
Delete the Kubernetes Job
(delete-namespaced-job "pi" "default"
{:kind :DeleteOptions
:propagationPolicy "Foreground"})
;;all dependents are deleted when this command returns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment