mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Update readme
This commit is contained in:
10
README.md
10
README.md
@@ -93,6 +93,16 @@ cd kubernetes
|
||||
cluster/kube-down.sh
|
||||
```
|
||||
|
||||
## Running locally
|
||||
In a separate tab of your terminal, run:
|
||||
|
||||
```
|
||||
cd kubernetes
|
||||
hack/local-up.sh
|
||||
```
|
||||
|
||||
This will build and start a lightweight local cluster, consisting of a master and a single minion. Type Control-C to shut it down. While it's running, you can use `hack/localcfg.sh` in place of `cluster/cloudcfg.sh` to talk to it.
|
||||
|
||||
## Where to go next?
|
||||
[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/guestbook.md)
|
||||
|
||||
|
Reference in New Issue
Block a user