mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Remove unnecessary ENV configuration.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user