Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
18533fe8
Unverified
Commit
18533fe8
authored
Apr 15, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Apr 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #76545 from xichengliudui/update-DNSType-comments
Update DNSType comments on compute.go
parents
445fc9fe
85901dd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
compute.go
cmd/kubeadm/app/phases/upgrade/compute.go
+2
-2
No files found.
cmd/kubeadm/app/phases/upgrade/compute.go
View file @
18533fe8
...
@@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
...
@@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
type
ClusterState
struct
{
type
ClusterState
struct
{
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
KubeVersion
string
KubeVersion
string
// DNSType
// DNSType
describes the type of DNS add-on used in the cluster.
DNSType
kubeadmapi
.
DNSAddOnType
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
DNSVersion
string
// KubeadmVersion describes the version of the kubeadm CLI
// KubeadmVersion describes the version of the kubeadm CLI
KubeadmVersion
string
KubeadmVersion
string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment