System reload command¶
Forces to overwrite an existing namespace based on input/resources, if the namespace is not provided, the default one is going to be reloaded
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|
Primary options¶
--help
boolean
help for reload ``` ``` -c, --context string Set the kubeconfig context
--kubeconfig
<string>
Path to the kubeconfig file to use -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```