mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
minor docs/error msg cleanup
This commit is contained in:
@@ -55,7 +55,8 @@ cluster/kubecfg.sh rm myNginx
|
||||
### Running a container (more complete version)
|
||||
|
||||
|
||||
Assuming you've run `hack/dev-build-and-up.sh` and `hack/build-go.sh`:
|
||||
Assuming you've run `hack/dev-build-and-up.sh` and `hack/build-go.sh`, you
|
||||
can create a pod like this:
|
||||
|
||||
|
||||
```
|
||||
@@ -99,6 +100,18 @@ Where pod.json contains something like:
|
||||
}
|
||||
```
|
||||
|
||||
You can see your cluster's pods:
|
||||
|
||||
```
|
||||
cluster/kubecfg.sh list pods
|
||||
```
|
||||
|
||||
and delete the pod you just created:
|
||||
|
||||
```
|
||||
cluster/kubecfg.sh delete pods/php
|
||||
```
|
||||
|
||||
Look in `api/examples/` for more examples
|
||||
|
||||
### Tearing down the cluster
|
||||
|
Reference in New Issue
Block a user