From 8c881a35cd98fb8a5efa762df21b7c104411b335 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Sat, 6 May 2017 11:50:17 +0800 Subject: [PATCH] Init container exists beta in 1.6. --- docs/concepts/workloads/pods/init-containers.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index 4a3dd7c990..7c283b7568 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -17,10 +17,9 @@ scripts not present in an app image. {:toc} -{% assign for_k8s_version="v1.5" %}{% include feature-state-beta.md %} - -Once the feature exits beta, Init Containers will be specified in the PodSpec -alongside the app `containers` array. +This feature has exited beta in 1.6. Init Containers can be specified in the PodSpec +alongside the app `containers` array. The beta annotation value will still be respected +and overrides the PodSpec field value. {% capture body %} ## Understanding Init Containers