From 6d244728b9ef325d5605a2f918da8951a51dff33 Mon Sep 17 00:00:00 2001 From: haojue Date: Sat, 22 Jul 2023 00:03:41 -0400 Subject: [PATCH] adjust order and fix typo for kube upgrade --- cmd/kubeadm/app/cmd/upgrade/apply.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kubeadm/app/cmd/upgrade/apply.go b/cmd/kubeadm/app/cmd/upgrade/apply.go index b6de6d58069..5e7bae5cce4 100644 --- a/cmd/kubeadm/app/cmd/upgrade/apply.go +++ b/cmd/kubeadm/app/cmd/upgrade/apply.go @@ -97,9 +97,9 @@ func newCmdApply(apf *applyPlanFlags) *cobra.Command { // - Makes sure the control plane images are available locally on the control-plane(s) // - Upgrades the control plane components // - Applies the other resources that'd be created with kubeadm init as well, like -// - Creating the RBAC rules for the bootstrap tokens and the cluster-info ConfigMap -// - Applying new CorDNS and kube-proxy manifests // - Uploads the newly used configuration to the cluster ConfigMap +// - Creating the RBAC rules for the bootstrap tokens and the cluster-info ConfigMap +// - Applying new CoreDNS and kube-proxy manifests func runApply(flags *applyFlags, args []string) error { // Start with the basics, verify that the cluster is healthy and get the configuration from the cluster (using the ConfigMap)