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

Commit

Permalink
Merge pull request #768 from kubernetes-incubator/diegs-patch-1
Browse files Browse the repository at this point in the history
Update disaster-recovery.md
  • Loading branch information
diegs committed Nov 9, 2017
2 parents 85d976d + 445c020 commit b4d5dcd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/disaster-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ ssh user@master-node
sudo ./bootkube start --asset-dir=recovered
```

Note: the `bootkube start` invocation will print the following warning message:

```
WARNING: recovered/manifests does not exist, not creating any self-hosted assets.
```

This message can be safely ignored. It is printed because recovery does not
attempt to recreate self-hosted assets; it only runs a temporary control plane
to allow the self-hosted control plane to recover itself.

For complete recovery examples see the
[hack/multi-node/bootkube-test-recovery](https://github.com/kubernetes-incubator/bootkube/blob/master/hack/multi-node/bootkube-test-recovery)
and
Expand Down

0 comments on commit b4d5dcd

Please sign in to comment.