Back to Cilium

Cilium Dbg Post Uninstall Cleanup

Documentation/cmdref/cilium-dbg_post-uninstall-cleanup.md

1.19.31.1 KB
Original Source
<!-- This file was autogenerated via cilium-dbg cmdref, do not edit manually-->

cilium-dbg post-uninstall-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.

cilium-dbg post-uninstall-cleanup [flags]

Options

      --all-state   Remove all cilium state
      --bpf-state   Remove BPF state
  -f, --force       Skip confirmation
  -h, --help        help for post-uninstall-cleanup

Options inherited from parent commands

      --config string        Config file (default is $HOME/.cilium.yaml)
  -D, --debug                Enable debug messages
  -H, --host string          URI to server-side API
      --log-driver strings   Logging endpoints to use (example: syslog)
      --log-opt map          Log driver options (example: format=json)

SEE ALSO