Skip to content

Commit

Permalink
Merge pull request kubernetes#85025 from neolit123/automated-cherry-p…
Browse files Browse the repository at this point in the history
…ick-of-#85024-origin-release-1.16

Automated cherry pick of kubernetes#85024: kubeadm: fix skipped etcd upgrade on secondary cp nodes
  • Loading branch information
k8s-ci-robot authored Nov 10, 2019
2 parents c3f2a65 + b2906cf commit b3cbbae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kubeadm/app/cmd/upgrade/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func newNodeOptions() *nodeOptions {
return &nodeOptions{
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
dryRun: false,
etcdUpgrade: true,
}
}

Expand Down

0 comments on commit b3cbbae

Please sign in to comment.