mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Improve console output of working-with-resources.md
This commit is contained in:
parent
99d2ea4acc
commit
6a43e7c4c2
@ -46,7 +46,7 @@ When you create a resource such as pod, and then retrieve the created
|
|||||||
resource, a number of the fields of the resource are added.
|
resource, a number of the fields of the resource are added.
|
||||||
You can see this at work in the following example:
|
You can see this at work in the following example:
|
||||||
|
|
||||||
```
|
```console
|
||||||
$ cat > /tmp/original.yaml <<EOF
|
$ cat > /tmp/original.yaml <<EOF
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
|
Loading…
Reference in New Issue
Block a user