diff options
| author | adolphlwq <kenan3015@gmail.com> | 2017-09-21 21:24:51 +0800 |
|---|---|---|
| committer | adolphlwq <kenan3015@gmail.com> | 2017-09-21 21:24:51 +0800 |
| commit | d7908171e9a75cb0bbcfda3aded468abcd8098ea (patch) | |
| tree | 7b87ce729fb3e928cdff38181427c4f0e7783d0e | |
| parent | c1eab08d837d27fe5aabf083417745737af7c1f6 (diff) | |
fix typos
| -rw-r--r-- | contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md b/contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md index c78a51b7..26ac926d 100644 --- a/contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md +++ b/contributors/design-proposals/cluster-lifecycle/local-cluster-ux.md @@ -81,10 +81,10 @@ The final name of this tool is TBD. Suggestions are welcome! Minikube will provide a unified CLI to interact with the local cluster. The CLI will support only a few operations: - - **Start** - creates & starts a local cluster along with setting up kubectl & networking (if necessary) - - **Stop** - suspends the local cluster & preserves cluster state - - **Delete** - deletes the local cluster completely - - **Upgrade** - upgrades internal components to the latest available version (upgrades are not guaranteed to preserve cluster state) +- **Start** - creates & starts a local cluster along with setting up kubectl & networking (if necessary) +- **Stop** - suspends the local cluster & preserves cluster state +- **Delete** - deletes the local cluster completely +- **Upgrade** - upgrades internal components to the latest available version (upgrades are not guaranteed to preserve cluster state) For running and managing the kubernetes components themselves, we can re-use [Spread's localkube](https://github.com/redspread/localkube). Localkube is a self-contained go binary that includes all the master components including DNS and runs them using multiple go threads. |
