feat(hack): use ubuntu 18.04 image in debug pod (#135)

This commit is contained in:
Andrew Rynhard 2018-08-04 20:33:04 -07:00 committed by GitHub
parent deea44bc60
commit 73597c3ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,13 @@ metadata:
spec:
hostPID: true
hostNetwork: true
# nodeSelector:
# kubernetes.io/hostname: ${HOSTNAME}
tolerations:
- operator: Exists
containers:
- name: debug
image: alpine:3.8
image: ubuntu:18.04
command: [ "/bin/sh", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
env: