@@ -42,6 +42,7 @@ kind: MasterConfiguration
42
42
api:
43
43
advertiseAddress: 192.168.1.100
44
44
bindPort: 8443
45
+ controlPlaneEndpoint: localhost
45
46
kubernetesVersion: v1.10.0
46
47
certificatesDir: /var/lib/localkube/certs/
47
48
networking:
@@ -82,6 +83,7 @@ kind: MasterConfiguration
82
83
api:
83
84
advertiseAddress: 192.168.1.101
84
85
bindPort: 8443
86
+ controlPlaneEndpoint: localhost
85
87
kubernetesVersion: v1.10.0-alpha.0
86
88
certificatesDir: /var/lib/localkube/certs/
87
89
networking:
@@ -122,6 +124,7 @@ kind: MasterConfiguration
122
124
api:
123
125
advertiseAddress: 192.168.1.101
124
126
bindPort: 8443
127
+ controlPlaneEndpoint: localhost
125
128
kubernetesVersion: v1.10.0-alpha.0
126
129
certificatesDir: /var/lib/localkube/certs/
127
130
networking:
@@ -148,6 +151,7 @@ kind: MasterConfiguration
148
151
api:
149
152
advertiseAddress: 192.168.1.101
150
153
bindPort: 8443
154
+ controlPlaneEndpoint: localhost
151
155
kubernetesVersion: v1.10.0-alpha.0
152
156
certificatesDir: /var/lib/localkube/certs/
153
157
networking:
@@ -184,6 +188,7 @@ kind: MasterConfiguration
184
188
api:
185
189
advertiseAddress: 192.168.1.101
186
190
bindPort: 8443
191
+ controlPlaneEndpoint: localhost
187
192
kubernetesVersion: v1.10.0-alpha.0
188
193
certificatesDir: /var/lib/localkube/certs/
189
194
networking:
0 commit comments