Skip to content

Update an existing cluster

Updating a cluster will require using the k8saas update manifests detailed underneath. This will have for effect to trigger a workflow, updating both the base applications configurations and user customization overloads.

Terminal window
k8saas update manifests --init-config config.yaml --kubeconfig kubeconfig.yaml
Terminal window
user@machine:~/k8saas$ k8saas update manifests -h
Update k8saas manifests on target cluster.
Usage:
k8saas update manifests [flags]
Flags:
-h, --help help for manifests
Global Flags:
--base-dir string base directory of k8saas & configuration files (default ".")
--config string cli config file (default is $HOME/.k8saas.yaml)
--init-config string initialization config file (in yaml format)
--kubeconfig string Kubeconfig of the target cluster (default "target.kubeconfig")
--resource-creation-timeout int General resource creation timeout in seconds (default 1500)
-v, --verbose count verbose output (repeat for more verbosity)