konvoy deploy
Deploy a fully functioning Kubernetes cluster and addons
konvoy deploy [flags]
Options
--cluster-name string name used to prefix the cluster and all the created resources (default "konvoy")
--force-push force push the cluster state
--force-upgrade run an upgrade on all control-plane and worker nodes if needed, ignoring upgrade safety checks
-h, --help help for deploy
--max-parallel-nodes string set the number of nodes to upgrade in parallel. This can be an integer or a percentage of a nodePool. Set to 1 to run serially (requires --upgrade or --force-upgrade flag) (default "15%")
--skip-credentials-display skip displaying the admin credentials after the install
--skip-state-upload skip the upload of the state to Kubernetes cluster
--target-node-pools strings comma-separated list of target node pools
--upgrade run an upgrade on all nodes requiring an upgrade
--verbose enable debug level logging
--with-checks execute checks after each deployment step
--without-addons skip installing the addons
--without-draining run an upgrade on all nodes requiring an upgrade, without draining the nodes first (requires --upgrade or --force-upgrade flag) (WARNING! usage can result in undefined behavior and service downtime)
-y, --yes run command without prompting
SEE ALSO
- konvoy - Deploy and manage Kubernetes clusters
- konvoy deploy addons - Deploy Kubernetes addons
- konvoy deploy auto-provisioning - Deploy auto provisioning
- konvoy deploy container-networking - Deploy container networking
- konvoy deploy kubernetes - Deploy a Kubernetes cluster except CNI plugins (use ‘deploy container-networking’ to deploy those)
konvoy deploy addons
Deploy Kubernetes addons…Read More
konvoy deploy auto-provisioning
Deploy auto provisioning…Read More
konvoy deploy container-networking
Deploy container networking…Read More
konvoy deploy kubernetes
Deploy a Kubernetes cluster except CNI plugins (use 'deploy container-networking' to deploy those)…Read More