From 85901dd0e068c31015794f73dc81af5cce42b7bf Mon Sep 17 00:00:00 2001 From: aaa <1693291525@qq.com> Date: Wed, 10 Apr 2019 02:34:50 -0400 Subject: [PATCH] Update DNSType comments on compute.go update pull request update pull request update pull request update pull request --- cmd/kubeadm/app/phases/upgrade/compute.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kubeadm/app/phases/upgrade/compute.go b/cmd/kubeadm/app/phases/upgrade/compute.go index 983815251b..64beda3bfb 100644 --- a/cmd/kubeadm/app/phases/upgrade/compute.go +++ b/cmd/kubeadm/app/phases/upgrade/compute.go @@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool { type ClusterState struct { // KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy. KubeVersion string - // DNSType + // DNSType describes the type of DNS add-on used in the cluster. DNSType kubeadmapi.DNSAddOnType - // DNSVersion describes the version of the kube-dns images used and manifest version + // DNSVersion describes the version of the DNS add-on. DNSVersion string // KubeadmVersion describes the version of the kubeadm CLI KubeadmVersion string