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: modules/k8s-best-practices-init-containers.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@
3
3
4
4
Init containers can be used for running tools / commands / or any other action that needs to be done before the actual pod is started. For example, loading a database schema, or constructing a config file from a definition passed in via configMap or secret.
5
5
6
-
See link:https://docs.openshift.com/container-platform/4.12/nodes/containers/nodes-containers-init.html[Using init containers to perform tasks before a pod is deployed] for more information.
6
+
See link:https://docs.openshift.com/container-platform/latest/nodes/containers/nodes-containers-init.html[Using init containers to perform tasks before a pod is deployed] for more information.
0 commit comments