fix(hack): remove privileged options from debug manifest (#224)

This commit is contained in:
Andrew Rynhard 2018-11-21 08:40:47 -08:00 committed by GitHub
parent f16a130789
commit 9c77b490e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,6 @@ kind: Pod
metadata:
name: debug
spec:
hostPID: true
hostIPC: true
hostNetwork: true
# nodeSelector:
# kubernetes.io/hostname: ${HOSTNAME}
tolerations:
@ -18,8 +15,6 @@ spec:
env:
- name: DOCKER_HOST
value: unix:///rootfs/run/docker.sock
securityContext:
privileged: true
volumeMounts:
- mountPath: /rootfs
name: root