Skip to content

Commit 2e870ee

Browse files
author
Chris Short
committed
console no worky; shortening lines
1 parent da296af commit 2e870ee

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

content/en/docs/tasks/configure-pod-container/static-pod.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,14 @@ crictl ps
162162
The output might be something like:
163163
164164
```console
165-
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
166-
129fd7d382018 docker.io/library/nginx@sha256:... 11 minutes ago Running web 0 34533c6729106
165+
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
166+
129fd7d382018 docker.io/library/nginx@sha256:... 11 minutes ago Running web 0 34533c6729106
167167
```
168168
169-
Note: `crictl` outputs the image URI and SHA-256 checksum. `NAME` will look more like: `docker.io/library/nginx@sha256:0d17b565c37bcbd895e9d92315a05c1c3c9a29f762b011a10c54a66cd53c9b31`.
169+
{{< note >}}
170+
`crictl` outputs the image URI and SHA-256 checksum. `NAME` will look more like:
171+
`docker.io/library/nginx@sha256:0d17b565c37bcbd895e9d92315a05c1c3c9a29f762b011a10c54a66cd53c9b31`.
172+
{{< /note >}}
170173
171174
You can see the mirror Pod on the API server:
172175
@@ -183,7 +186,6 @@ Make sure the kubelet has permission to create the mirror Pod in the API server.
183186
[PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/).
184187
{{< /note >}}
185188
186-
187189
{{< glossary_tooltip term_id="label" text="Labels" >}} from the static Pod are
188190
propagated into the mirror Pod. You can use those labels as normal via
189191
{{< glossary_tooltip term_id="selector" text="selectors" >}}, etc.
@@ -217,8 +219,8 @@ sleep 20
217219
crictl ps
218220
```
219221
```console
220-
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
221-
89db4553e1eeb docker.io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106
222+
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
223+
89db4553e1eeb docker.io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106
222224
```
223225
224226
## Dynamic addition and removal of static pods
@@ -238,6 +240,6 @@ sleep 20
238240
crictl ps
239241
```
240242
```console
241-
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
242-
f427638871c35 docker.io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106
243+
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
244+
f427638871c35 docker.io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106
243245
```

0 commit comments

Comments
 (0)