You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/pods/init-containers.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ myapp-pod 1/1 Running 0 9m
246
246
```
247
247
248
248
This simple example should provide some inspiration for you to create your own
249
-
init containers. [What's next](#whats-next) contains a link to a more detailed example.
249
+
init containers. [What's next](#what-s-next) contains a link to a more detailed example.
250
250
251
251
## Detailed behavior
252
252
@@ -324,8 +324,7 @@ init container completion record has been lost due to garbage collection. This
324
324
applies for Kubernetes v1.20 and later. If you are using an earlier version of
325
325
Kubernetes, consult the documentation for the version you are using.
326
326
327
-
## What's next {#whats-next}
328
-
327
+
## {{% heading "whatsnext" %}}
329
328
330
329
* Read about [creating a Pod that has an init container](/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container)
331
330
* Learn how to [debug init containers](/docs/tasks/debug-application-cluster/debug-init-containers/)
0 commit comments