Fresh dep ensure

This commit is contained in:
Mike Cronce
2018-11-26 13:23:56 -05:00
parent 93cb8a04d7
commit 407478ab9a
9016 changed files with 551394 additions and 279685 deletions

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Pod
metadata:
name: busybox1
labels:
app: busybox1
spec:
containers:
- image: busybox
command: ["/bin/sh", "-c", "mkdir -p /root/foo/bar && echo 'foobar' > /root/foo/bar/foo.bar && sleep 3600"]
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always

View File

@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: nginx
image: {{.NginxSlimNewImage}}
image: {{.NginxNewImage}}
ports:
- containerPort: 80

View File

@ -13,6 +13,6 @@ spec:
spec:
containers:
- name: nginx
image: {{.NginxSlimNewImage}}
image: {{.NginxNewImage}}
ports:
- containerPort: 80

View File

@ -13,6 +13,6 @@ spec:
spec:
containers:
- name: nginx
image: {{.NginxSlimImage}}
image: {{.NginxImage}}
ports:
- containerPort: 80

View File

@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: nginx
image: {{.NginxSlimImage}}
image: {{.NginxImage}}
ports:
- containerPort: 80
readinessProbe:

View File

@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: master
image: k8s.gcr.io/redis:v1
image: gcr.io/kubernetes-e2e-test-images/redis:1.0
env:
- name: MASTER
value: "true"
@ -22,7 +22,7 @@ spec:
- mountPath: /redis-master-data
name: data
- name: sentinel
image: kubernetes/redis:v1
image: gcr.io/kubernetes-e2e-test-images/redis:1.0
env:
- name: SENTINEL
value: "true"