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
3759fcd4
Commit
3759fcd4
authored
Feb 25, 2019
by
vanduc95
Committed by
ducnv
Feb 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kubeadm cleanup: master -> control-plane (cont.6)
parent
465f7ebf
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
13 additions
and
13 deletions
+13
-13
diff_test.go
cmd/kubeadm/app/cmd/upgrade/diff_test.go
+1
-1
diff_controlplane_config.yaml
...dm/app/cmd/upgrade/testdata/diff_controlplane_config.yaml
+0
-0
internal.yaml
...til/config/testdata/conversion/controlplane/internal.yaml
+1
-1
internal_non_linux.yaml
.../testdata/conversion/controlplane/internal_non_linux.yaml
+1
-1
v1alpha3.yaml
...til/config/testdata/conversion/controlplane/v1alpha3.yaml
+1
-1
v1alpha3_non_linux.yaml
.../testdata/conversion/controlplane/v1alpha3_non_linux.yaml
+1
-1
v1beta1.yaml
...util/config/testdata/conversion/controlplane/v1beta1.yaml
+1
-1
v1beta1_non_linux.yaml
...g/testdata/conversion/controlplane/v1beta1_non_linux.yaml
+1
-1
internal.yaml
...dm/app/util/config/testdata/conversion/node/internal.yaml
+1
-1
v1alpha3.yaml
...dm/app/util/config/testdata/conversion/node/v1alpha3.yaml
+1
-1
v1beta1.yaml
...adm/app/util/config/testdata/conversion/node/v1beta1.yaml
+1
-1
defaulted.yaml
...il/config/testdata/defaulting/controlplane/defaulted.yaml
+1
-1
defaulted_non_linux.yaml
...testdata/defaulting/controlplane/defaulted_non_linux.yaml
+1
-1
incomplete.yaml
...l/config/testdata/defaulting/controlplane/incomplete.yaml
+1
-1
No files found.
cmd/kubeadm/app/cmd/upgrade/diff_test.go
View file @
3759fcd4
...
...
@@ -22,7 +22,7 @@ import (
)
const
(
testUpgradeDiffConfig
=
`testdata/diff_
master
_config.yaml`
testUpgradeDiffConfig
=
`testdata/diff_
controlplane
_config.yaml`
testUpgradeDiffManifest
=
`testdata/diff_dummy_manifest.yaml`
)
...
...
cmd/kubeadm/app/cmd/upgrade/testdata/diff_
master
_config.yaml
→
cmd/kubeadm/app/cmd/upgrade/testdata/diff_
controlplane
_config.yaml
View file @
3759fcd4
File moved
cmd/kubeadm/app/util/config/testdata/conversion/controlplane/internal.yaml
View file @
3759fcd4
...
...
@@ -198,7 +198,7 @@ Networking:
NodeRegistration
:
CRISocket
:
/var/run/dockershim.sock
KubeletExtraArgs
:
null
Name
:
master
-1
Name
:
control-plane
-1
Taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/controlplane/internal_non_linux.yaml
View file @
3759fcd4
...
...
@@ -197,7 +197,7 @@ Networking:
NodeRegistration
:
CRISocket
:
/var/run/dockershim.sock
KubeletExtraArgs
:
null
Name
:
master
-1
Name
:
control-plane
-1
Taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/controlplane/v1alpha3.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ bootstrapTokens:
kind
:
InitConfiguration
nodeRegistration
:
criSocket
:
/var/run/dockershim.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/controlplane/v1alpha3_non_linux.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ bootstrapTokens:
kind
:
InitConfiguration
nodeRegistration
:
criSocket
:
/var/run/dockershim.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/controlplane/v1beta1.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ localAPIEndpoint:
bindPort
:
6443
nodeRegistration
:
criSocket
:
/var/run/dockershim.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/controlplane/v1beta1_non_linux.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ localAPIEndpoint:
bindPort
:
6443
nodeRegistration
:
criSocket
:
/var/run/dockershim.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/node/internal.yaml
View file @
3759fcd4
...
...
@@ -15,7 +15,7 @@ Discovery:
NodeRegistration
:
CRISocket
:
/var/run/dockershim.sock
KubeletExtraArgs
:
null
Name
:
master
-1
Name
:
control-plane
-1
Taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
cmd/kubeadm/app/util/config/testdata/conversion/node/v1alpha3.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ discoveryTokenUnsafeSkipCAVerification: true
kind
:
JoinConfiguration
nodeRegistration
:
criSocket
:
/var/run/dockershim.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/conversion/node/v1beta1.yaml
View file @
3759fcd4
...
...
@@ -14,7 +14,7 @@ discovery:
kind
:
JoinConfiguration
nodeRegistration
:
criSocket
:
/var/run/dockershim.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
cmd/kubeadm/app/util/config/testdata/defaulting/controlplane/defaulted.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ localAPIEndpoint:
bindPort
:
6443
nodeRegistration
:
criSocket
:
/var/run/criruntime.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/defaulting/controlplane/defaulted_non_linux.yaml
View file @
3759fcd4
...
...
@@ -13,7 +13,7 @@ localAPIEndpoint:
bindPort
:
6443
nodeRegistration
:
criSocket
:
/var/run/criruntime.sock
name
:
master
-1
name
:
control-plane
-1
taints
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
cmd/kubeadm/app/util/config/testdata/defaulting/controlplane/incomplete.yaml
View file @
3759fcd4
...
...
@@ -6,7 +6,7 @@ localAPIEndpoint:
advertiseAddress
:
192.168.2.2
nodeRegistration
:
criSocket
:
/var/run/criruntime.sock
name
:
master
-1
name
:
control-plane
-1
---
apiVersion
:
kubeadm.k8s.io/v1beta1
certificatesDir
:
/var/lib/kubernetes/pki
...
...
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