.nh .TH "KubeOne" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP kubeone-apply - Reconcile the cluster .SH SYNOPSIS .PP \fBkubeone apply [flags]\fP .SH DESCRIPTION .PP Reconcile (Install/Upgrade/Repair/Restore) Kubernetes cluster on pre-existing machines. MachineDeployments get initialized but won't get modified by default, see '--upgrade-machine-deployments'. .PP This command takes KubeOne manifest which contains information about hosts and how the cluster should be provisioned. It's possible to source information about hosts from Terraform output, using the '--tfjson' flag. .SH OPTIONS .PP \fB-y\fP, \fB--auto-approve\fP[=false] auto approve plan .PP \fB-b\fP, \fB--backup\fP="" path to where the PKI backup .tar.gz file should be placed (default: location of cluster config file) .PP \fB--create-machine-deployments\fP[=true] create MachineDeployments objects .PP \fB--force-install\fP[=false] use force to install new binary versions (!dangerous!) .PP \fB--force-upgrade\fP[=false] force start upgrade process .PP \fB-h\fP, \fB--help\fP[=false] help for apply .PP \fB--no-init\fP[=false] don't initialize the cluster (only install binaries) .PP \fB--rotate-encryption-key\fP[=false] rotate Encryption Provider encryption key .PP \fB--upgrade-machine-deployments\fP[=false] upgrade MachineDeployments objects .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB-c\fP, \fB--credentials\fP="" File to source credentials and secrets from .PP \fB-d\fP, \fB--debug\fP[=false] debug output with stacktrace .PP \fB-l\fP, \fB--log-format\fP="text" format for logging .PP \fB-m\fP, \fB--manifest\fP="./kubeone.yaml" Path to the KubeOne config .PP \fB-t\fP, \fB--tfjson\fP="" Source for terraform output in JSON - to read from stdin. If path is a file, contents will be used. If path is a dictionary, \fB\fCterraform output -json\fR is executed in this path .PP \fB-v\fP, \fB--verbose\fP[=false] verbose output .SH EXAMPLE .PP .RS .nf kubeone apply -m mycluster.yaml -t terraformoutput.json .fi .RE .SH SEE ALSO .PP \fBkubeone(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra