Skip to content

Commit 18533fe

Browse files
authored
Merge pull request kubernetes#76545 from xichengliudui/update-DNSType-comments
Update DNSType comments on compute.go
2 parents 445fc9f + 85901dd commit 18533fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/kubeadm/app/phases/upgrade/compute.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
6060
type ClusterState struct {
6161
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
6262
KubeVersion string
63-
// DNSType
63+
// DNSType describes the type of DNS add-on used in the cluster.
6464
DNSType kubeadmapi.DNSAddOnType
65-
// DNSVersion describes the version of the kube-dns images used and manifest version
65+
// DNSVersion describes the version of the DNS add-on.
6666
DNSVersion string
6767
// KubeadmVersion describes the version of the kubeadm CLI
6868
KubeadmVersion string

0 commit comments

Comments
 (0)