mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #62418 from mindprince/remove-hostnetwork-from-device-plugin
Automatic merge from submit-queue (batch tested with PRs 62448, 59317, 59947, 62418, 62352). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove hostNetwork and hostPID from nvidia-gpu-device-plugin manifest. They are not needed. Fixes https://github.com/kubernetes/kubernetes/issues/62357 ```release-note NONE ``` /assign @jiayingz @vishh cc @kodieGlosser
This commit is contained in:
commit
9261a1ca82
@ -27,8 +27,6 @@ spec:
|
||||
effect: "NoExecute"
|
||||
- operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
hostNetwork: true
|
||||
hostPID: true
|
||||
volumes:
|
||||
- name: device-plugin
|
||||
hostPath:
|
||||
|
Loading…
Reference in New Issue
Block a user