mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue (batch tested with PRs 40864, 40666, 38382, 40874) Promote init containers to GA This is proposed for 1.6 PR moves beta proved concept for init containers to stable. Specification of init containers can be now stated under initContainers field in PodSpec/PodTemplateSpec. Specifying init-containers in annotation is still possible, but will be removed in future version. ```release-note Init containers have graduated to GA and now appear as a field. The beta annotation value will still be respected and overrides the field value. ```