cilium cleanup

Remove system state installed by Cilium at runtime

Synopsis

Clean up CNI configurations, CNI binaries, attached BPF programs, bpffs, tc filters, routes, links and named network namespaces.

Running this command might be necessary to get the worker node back into working condition after uninstalling the Cilium agent.

  1. cilium cleanup [flags]

Options

  1. --all-state Remove all cilium state
  2. --bpf-state Remove BPF state
  3. -f, --force Skip confirmation
  4. -h, --help help for cleanup

Options inherited from parent commands

  1. --config string config file (default is $HOME/.cilium.yaml)
  2. -D, --debug Enable debug messages
  3. -H, --host string URI to server-side API

SEE ALSO