mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
GCE: Allow for reuse of master
This is for internal use at the moment, for testing Ubernetes Lite, but arguably makes the code a little cleaner. Also rename KUBE_SHARE_MASTER -> KUBE_USE_EXISTING_MASTER
This commit is contained in:
@@ -71,7 +71,7 @@ make multiple zones better supported.
|
||||
For the initial implemenation, kube-up must be run multiple times, once for
|
||||
each zone. The first kube-up will take place as normal, but then for each
|
||||
additional zone the user must run kube-up again, specifying
|
||||
`KUBE_SHARE_MASTER=true` and `KUBE_SUBNET_CIDR=172.20.x.0/24`. This will then
|
||||
`KUBE_USE_EXISTING_MASTER=true` and `KUBE_SUBNET_CIDR=172.20.x.0/24`. This will then
|
||||
create additional nodes in a different zone, but will register them with the
|
||||
existing master.
|
||||
|
||||
|
Reference in New Issue
Block a user