Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit b4d5dcd

Browse files
authored
Merge pull request #768 from kubernetes-incubator/diegs-patch-1
Update disaster-recovery.md
2 parents 85d976d + 445c020 commit b4d5dcd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/disaster-recovery.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ ssh user@master-node
7171
sudo ./bootkube start --asset-dir=recovered
7272
```
7373

74+
Note: the `bootkube start` invocation will print the following warning message:
75+
76+
```
77+
WARNING: recovered/manifests does not exist, not creating any self-hosted assets.
78+
```
79+
80+
This message can be safely ignored. It is printed because recovery does not
81+
attempt to recreate self-hosted assets; it only runs a temporary control plane
82+
to allow the self-hosted control plane to recover itself.
83+
7484
For complete recovery examples see the
7585
[hack/multi-node/bootkube-test-recovery](https://github.com/kubernetes-incubator/bootkube/blob/master/hack/multi-node/bootkube-test-recovery)
7686
and

0 commit comments

Comments
 (0)