We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2bdd5 commit 85901ddCopy full SHA for 85901dd
cmd/kubeadm/app/phases/upgrade/compute.go
@@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
60
type ClusterState struct {
61
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
62
KubeVersion string
63
- // DNSType
+ // DNSType describes the type of DNS add-on used in the cluster.
64
DNSType kubeadmapi.DNSAddOnType
65
- // DNSVersion describes the version of the kube-dns images used and manifest version
+ // DNSVersion describes the version of the DNS add-on.
66
DNSVersion string
67
// KubeadmVersion describes the version of the kubeadm CLI
68
KubeadmVersion string
0 commit comments