Address review comments.
parent
6c54d16ebc
commit
5b50e8d04e
|
@ -177,7 +177,7 @@ and passing the file's local filesystem path to `kubefed init`'s
|
||||||
```ini
|
```ini
|
||||||
[Global]
|
[Global]
|
||||||
etcd-endpoints = http://etcd-cluster.ns:2379
|
etcd-endpoints = http://etcd-cluster.ns:2379
|
||||||
zones = example.com
|
zones = example.com.
|
||||||
```
|
```
|
||||||
|
|
||||||
And then pass this file to `kubefed init`:
|
And then pass this file to `kubefed init`:
|
||||||
|
@ -218,7 +218,7 @@ kubefed init fellowship \
|
||||||
--api-server-advertise-address="10.0.10.20"
|
--api-server-advertise-address="10.0.10.20"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Dynamic provisioning of [`etcd`](https://coreos.com/etcd/docs/latest/) storage
|
#### Dynamic provisioning of etcd storage
|
||||||
|
|
||||||
Federation control plane stores its state in
|
Federation control plane stores its state in
|
||||||
[`etcd`](https://coreos.com/etcd/docs/latest/).
|
[`etcd`](https://coreos.com/etcd/docs/latest/).
|
||||||
|
|
Loading…
Reference in New Issue