Skip to content

Commit

Permalink
Merge pull request kata-containers#1865 from Pennyzct/liveness
Browse files Browse the repository at this point in the history
liveness: replace test image liveness and goproxy with unified agnhost
  • Loading branch information
Julio Montes authored Jul 29, 2019
2 parents 927f701 + dd61a30 commit 33ea405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spec:
runtimeClassName: kata
containers:
- name: liveness
image: k8s.gcr.io/liveness
image: gcr.io/kubernetes-e2e-test-images/agnhost:2.2
args:
- /server
- liveness
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ kind: Pod
metadata:
name: tcptest
labels:
app: goproxy
app: tcp-liveness
spec:
runtimeClassName: kata
containers:
- name: goproxy
image: k8s.gcr.io/goproxy:0.1
- name: tcp-liveness
image: gcr.io/kubernetes-e2e-test-images/agnhost:2.2
args:
- liveness
ports:
- containerPort: 8080
readinessProbe:
Expand Down

0 comments on commit 33ea405

Please sign in to comment.