Unverified Commit e64336e9 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #74590 from vanduc95/cleanup-kubeadm-cont.6-20190226

kubeadm cleanup: master -> control-plane (cont.6)
parents 493b2610 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`
)
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......@@ -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
......
......@@ -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
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment