Remove unnecessary ENV configuration.

This commit is contained in:
Lantao Liu
2016-06-09 15:27:53 -07:00
parent f13ef4323e
commit dc7ed6fe06
2 changed files with 1 additions and 16 deletions
-6
View File
@@ -16,12 +16,6 @@ spec:
- --kernel-monitor=/config/kernel-monitor.json
image: gcr.io/google_containers/node-problem-detector:v0.1
imagePullPolicy: Always
env:
# Config `host` and `port` of apiserver.
- name: "KUBERNETES_SERVICE_HOST"
value: "e2e-test-lantaol-master"
- name: "KUBERNETES_SERVICE_PORT"
value: "443"
securityContext:
privileged: true
volumeMounts: