kubernetes/pkg/kubelet/lifecycle
Gunju Kim b94fa250c2
Sidecar: Implement lifecycle of the restartable init container
- Implement `computeInitContainerActions` to sets the actions for the
  init containers, including those with `RestartPolicyAlways`.
- Allow StartupProbe on the restartable init containers.
- Update PodPhase considering the restartable init containers.
- Update PodInitialized status and status manager considering the
  restartable init containers.

Co-authored-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-07-08 07:26:12 +09:00
..
admission_failure_handler_stub.go Fix golint failures in pkg/kubelet/lifecycle 2020-06-20 18:44:54 -07:00
doc.go Fix golint failures in pkg/kubelet/lifecycle 2020-06-20 18:44:54 -07:00
handlers_test.go kubelet: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:35 +02:00
handlers.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
interfaces.go
predicate_test.go Check taint/toleration before accepting pods, except for static pods 2022-02-10 19:39:26 +09:00
predicate.go Sidecar: Implement lifecycle of the restartable init container 2023-07-08 07:26:12 +09:00