Updated documentation to use beta version of init-containers
This commit is contained in:
@@ -3,7 +3,7 @@ kind: Pod
|
|||||||
metadata:
|
metadata:
|
||||||
name: nginx
|
name: nginx
|
||||||
annotations:
|
annotations:
|
||||||
pod.alpha.kubernetes.io/init-containers: '[
|
pod.beta.kubernetes.io/init-containers: '[
|
||||||
{
|
{
|
||||||
"name": "install",
|
"name": "install",
|
||||||
"image": "busybox",
|
"image": "busybox",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ spec:
|
|||||||
app: nginx
|
app: nginx
|
||||||
annotations:
|
annotations:
|
||||||
pod.alpha.kubernetes.io/initialized: "true"
|
pod.alpha.kubernetes.io/initialized: "true"
|
||||||
pod.alpha.kubernetes.io/init-containers: '[
|
pod.beta.kubernetes.io/init-containers: '[
|
||||||
{
|
{
|
||||||
"name": "peerfinder",
|
"name": "peerfinder",
|
||||||
"image": "gcr.io/google_containers/peer-finder:0.1",
|
"image": "gcr.io/google_containers/peer-finder:0.1",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
app: ub
|
app: ub
|
||||||
annotations:
|
annotations:
|
||||||
pod.alpha.kubernetes.io/initialized: "true"
|
pod.alpha.kubernetes.io/initialized: "true"
|
||||||
pod.alpha.kubernetes.io/init-containers: '[
|
pod.beta.kubernetes.io/init-containers: '[
|
||||||
{
|
{
|
||||||
"name": "rootfs",
|
"name": "rootfs",
|
||||||
"image": "ubuntu:15.10",
|
"image": "ubuntu:15.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user