diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-08-22 05:15:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 05:15:43 -0700 |
| commit | 8eca356fcb06d336f5128d93a9f68ef3f3867286 (patch) | |
| tree | 32e7cccce8b086b59c43df0a8a6eb2ee2c793edd | |
| parent | cfa1767d08f9fea3302606a2367003074d19da8c (diff) | |
| parent | 8c0c7cc3d7840bd24e428a81d54069408f8b406b (diff) | |
Merge pull request #956 from wackxu/patch-4
Automatic merge from submit-queue
Update control-plane-resilience.md
| -rw-r--r-- | contributors/design-proposals/control-plane-resilience.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/control-plane-resilience.md b/contributors/design-proposals/control-plane-resilience.md index 95a1d93c..1e0a3baf 100644 --- a/contributors/design-proposals/control-plane-resilience.md +++ b/contributors/design-proposals/control-plane-resilience.md @@ -112,9 +112,9 @@ well-bounded time period. 1. cluster persistent state (i.e. etcd disks) is either: 1. truly persistent (i.e. remote persistent disks), or 1. reconstructible (e.g. using etcd [dynamic member - addition](https://github.com/coreos/etcd/blob/master/Documentation/runtime-configuration.md#add-a-new-member) + addition](https://github.com/coreos/etcd/blob/master/Documentation/v2/runtime-configuration.md#add-a-new-member) or [backup and - recovery](https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery)). + recovery](https://github.com/coreos/etcd/blob/master/Documentation/v2/admin_guide.md#disaster-recovery)). 1. and boot disks are either: 1. truly persistent (i.e. remote persistent disks), or 1. reconstructible (e.g. using boot-from-snapshot, |
