System install command¶
Checks the local environment for required resources and configuration. In some instances, configures the local environment. It starts the Podman/Docker API service if it is not already available.
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|
Primary options¶
--help
boolean
help for install
--reload-type
<string>
Specify the type of reload to perform. Choices: manual, auto (default "manual") ``` ``` -c, --context string Set the kubeconfig context
| Default |
|
|---|
--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] ```