mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Add munger to verify kubectl -f targets, fix docs
This commit is contained in:
@@ -63,7 +63,7 @@ This pod specification has one container which runs a bash script when the conta
|
||||
namespace.
|
||||
|
||||
```
|
||||
$ kubectl create -f counter-pod.yaml
|
||||
$ kubectl create -f examples/blog-logging/counter-pod.yaml
|
||||
pods/counter
|
||||
```
|
||||
|
||||
@@ -114,7 +114,7 @@ pods/counter
|
||||
Now let’s restart the counter.
|
||||
|
||||
```
|
||||
$ kubectl create -f counter-pod.yaml
|
||||
$ kubectl create -f examples/blog-logging/counter-pod.yaml
|
||||
pods/counter
|
||||
```
|
||||
Let’s wait for the container to restart and get the log lines again.
|
||||
|
Reference in New Issue
Block a user