github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_post-uninstall-cleanup.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg post-uninstall-cleanup
     4  
     5  Remove system state installed by Cilium at runtime
     6  
     7  ### Synopsis
     8  
     9  Clean up CNI configurations, CNI binaries, attached BPF programs,
    10  bpffs, tc filters, routes, links and named network namespaces.
    11  
    12  Running this command might be necessary to get the worker node back into
    13  working condition after uninstalling the Cilium agent.
    14  
    15  ```
    16  cilium-dbg post-uninstall-cleanup [flags]
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22        --all-state   Remove all cilium state
    23        --bpf-state   Remove BPF state
    24    -f, --force       Skip confirmation
    25    -h, --help        help for post-uninstall-cleanup
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --config string   Config file (default is $HOME/.cilium.yaml)
    32    -D, --debug           Enable debug messages
    33    -H, --host string     URI to server-side API
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [cilium-dbg](cilium-dbg.md)	 - CLI
    39