Skip to content

Commit dc49833

Browse files
jimmidysondlorenc
authored andcommitted
Add missing controlPlaneEndpoint to fix kubeadm templates test
1 parent 47dd092 commit dc49833

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/minikube/bootstrapper/kubeadm/kubeadm_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ kind: MasterConfiguration
4242
api:
4343
advertiseAddress: 192.168.1.100
4444
bindPort: 8443
45+
controlPlaneEndpoint: localhost
4546
kubernetesVersion: v1.10.0
4647
certificatesDir: /var/lib/localkube/certs/
4748
networking:
@@ -82,6 +83,7 @@ kind: MasterConfiguration
8283
api:
8384
advertiseAddress: 192.168.1.101
8485
bindPort: 8443
86+
controlPlaneEndpoint: localhost
8587
kubernetesVersion: v1.10.0-alpha.0
8688
certificatesDir: /var/lib/localkube/certs/
8789
networking:
@@ -122,6 +124,7 @@ kind: MasterConfiguration
122124
api:
123125
advertiseAddress: 192.168.1.101
124126
bindPort: 8443
127+
controlPlaneEndpoint: localhost
125128
kubernetesVersion: v1.10.0-alpha.0
126129
certificatesDir: /var/lib/localkube/certs/
127130
networking:
@@ -148,6 +151,7 @@ kind: MasterConfiguration
148151
api:
149152
advertiseAddress: 192.168.1.101
150153
bindPort: 8443
154+
controlPlaneEndpoint: localhost
151155
kubernetesVersion: v1.10.0-alpha.0
152156
certificatesDir: /var/lib/localkube/certs/
153157
networking:
@@ -184,6 +188,7 @@ kind: MasterConfiguration
184188
api:
185189
advertiseAddress: 192.168.1.101
186190
bindPort: 8443
191+
controlPlaneEndpoint: localhost
187192
kubernetesVersion: v1.10.0-alpha.0
188193
certificatesDir: /var/lib/localkube/certs/
189194
networking:

0 commit comments

Comments
 (0)