Init container exists beta in 1.6.

This commit is contained in:
Guangya Liu
2017-05-06 11:50:17 +08:00
committed by Andrew Chen
parent ee92eafd82
commit 8c881a35cd
@@ -17,10 +17,9 @@ scripts not present in an app image.
{:toc} {:toc}
{% assign for_k8s_version="v1.5" %}{% include feature-state-beta.md %} 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
Once the feature exits beta, Init Containers will be specified in the PodSpec and overrides the PodSpec field value.
alongside the app `containers` array.
{% capture body %} {% capture body %}
## Understanding Init Containers ## Understanding Init Containers