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
Starting with Kubernetes 1.28 in alpha, a feature gate named `SidecarContainers`
296
+
Enabled by default with Kubernetes 1.29, a feature gate named `SidecarContainers`
297
297
allows you to specify a `restartPolicy` for init containers which is independent of
298
298
the Pod and other init containers. Container [probes](/docs/concepts/workloads/pods/pod-lifecycle/#types-of-probe)
299
299
can also be added to control their lifecycle.
@@ -376,4 +376,4 @@ Kubernetes, consult the documentation for the version you are using.
376
376
* 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)
377
377
* Learn how to [debug init containers](/docs/tasks/debug/debug-application/debug-init-containers/)
378
378
* Read about an overview of [kubelet](/docs/reference/command-line-tools-reference/kubelet/) and [kubectl](/docs/reference/kubectl/)
379
-
* Learn about the [types of probes](/docs/concepts/workloads/pods/pod-lifecycle/#types-of-probe): liveness, readiness, startup probe.
379
+
* Learn about the [types of probes](/docs/concepts/workloads/pods/pod-lifecycle/#types-of-probe): liveness, readiness, startup probe.
0 commit comments