You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* weave updated
* flannel complete
* calico and clean up
* Update other_params.rb
* Update other_params.rb
* adding service api back
* adding service api back
* adding service api back
* fixing up typos
* updates for kube_api_service_ip address
* fixing bad variable name and unit test
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ If you do not already have Docker installed on your workstation, install it [her
52
52
53
53
The kubetool docker image takes each of the parameters as environment variables. When run as follows it will output a `kubernetes.yaml` file in your current working directory:
*`BOOTSTRAP_CONTROLLER_IP`: the ip address of the controller puppet will use to create things like cluster role bindings, kube dns, and the Kubernetes dashboard.
67
67
*`ETCD_INITIAL_CLUSTER`: the server addresses. When in production, include three, five, or seven nodes for etcd.
68
68
*`ETCD_IP` and `KUBE_API_ADVERTISE_ADDRESS`: the IP each etcd/apiserver instance will use on each controller. We recommend passing the fact for the interface to be used by the cluster.
69
-
*`SERVICE_API_IP`: the IP that the kubernetes service will be available on inside the cluster. Dependent on overlay network range.
70
69
*`INSTALL_DASHBOARD`: a boolean to install the dashboard or not.
71
70
72
71
The kubetool creates a `kubernetes.yaml` file. To view the file contents on
@@ -480,13 +479,13 @@ Defaults to `undef` (don't specify for kube-apiserver). kube_tool sets this per
0 commit comments