github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_debug.md (about)

     1  ## sealer debug
     2  
     3  Creating debugging sessions for pods and nodes
     4  
     5  ### Options
     6  
     7  ```
     8        --check-list strings         Check items, such as network、volume.
     9    -e, --env stringToString         Environment variables to set in the container. (default [])
    10    -h, --help                       help for debug
    11        --image string               Container image to use for debug container.
    12        --image-pull-policy string   Container image pull policy, default policy is IfNotPresent. (default "IfNotPresent")
    13        --name string                Container name to use for debug container.
    14    -n, --namespace string           Namespace of Pod. (default "default")
    15    -i, --stdin                      Keep stdin open on the container, even if nothing is attached.
    16    -t, --tty                        Allocate a TTY for the debugging container.
    17  ```
    18  
    19  ### Options inherited from parent commands
    20  
    21  ```
    22        --config string   config file (default is $HOME/.sealer.json)
    23    -d, --debug           turn on debug mode
    24  ```
    25  
    26  ### SEE ALSO
    27  
    28  * [sealer](sealer.md)	 - 
    29  * [sealer debug clean](sealer_debug_clean.md)	 - Clean the debug container od pod
    30  * [sealer debug node](sealer_debug_node.md)	 - Debug node
    31  * [sealer debug pod](sealer_debug_pod.md)	 - Debug pod or container
    32  * [sealer debug show-images](sealer_debug_show-images.md)	 - List default images
    33