Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1517 from kinvolk/iaguis/upgrade-kubelets-default
Browse files Browse the repository at this point in the history
cluster/apply: enable upgrade kubelets by default
  • Loading branch information
surajssd authored Aug 3, 2021
2 parents c48cff9 + 01388aa commit 81f1a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/cluster-apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func init() {
pf.BoolVarP(&skipControlPlaneUpdate, "skip-control-plane-update", "", false,
"Skip updating the control plane (not recommended)")

pf.BoolVarP(&upgradeKubelets, "upgrade-kubelets", "", false, "Experimentally upgrade self-hosted kubelets")
pf.BoolVarP(&upgradeKubelets, "upgrade-kubelets", "", true, "Upgrade self-hosted kubelets")
}

func runClusterApply(cmd *cobra.Command, args []string) {
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/lokoctl_cluster_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lokoctl cluster apply [flags]
--skip-components Skip applying component configuration
--skip-control-plane-update Skip updating the control plane (not recommended)
--skip-pre-update-health-check Skip ensuring that cluster is healthy before updating (not recommended)
--upgrade-kubelets Experimentally upgrade self-hosted kubelets
--upgrade-kubelets Upgrade self-hosted kubelets (default true)
-v, --verbose Show output from Terraform
```

Expand Down

0 comments on commit 81f1a9c

Please sign in to comment.