Skip to content

Commit

Permalink
Remove hostPID cap from deployment examples
Browse files Browse the repository at this point in the history
This commit removes the HostPID cap from deployment
examples as it is not needed for proper operation
of device plugin.

Signed-off-by: Adrian Chiris <[email protected]>
  • Loading branch information
adrianchiris authored and martinkennelly committed Nov 23, 2020
1 parent 4563418 commit 89b9bc9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions deployments/k8s-v1.10-v1.15/sriovdp-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
app: sriovdp
spec:
hostNetwork: true
hostPID: true
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
Expand Down Expand Up @@ -78,7 +77,6 @@ spec:
app: sriovdp
spec:
hostNetwork: true
hostPID: true
nodeSelector:
beta.kubernetes.io/arch: ppc64le
tolerations:
Expand Down
3 changes: 0 additions & 3 deletions deployments/k8s-v1.16/sriovdp-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
app: sriovdp
spec:
hostNetwork: true
hostPID: true
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
Expand Down Expand Up @@ -86,7 +85,6 @@ spec:
app: sriovdp
spec:
hostNetwork: true
hostPID: true
nodeSelector:
beta.kubernetes.io/arch: ppc64le
tolerations:
Expand Down Expand Up @@ -145,7 +143,6 @@ spec:
app: sriovdp
spec:
hostNetwork: true
hostPID: true
nodeSelector:
beta.kubernetes.io/arch: arm64
tolerations:
Expand Down
1 change: 0 additions & 1 deletion docs/config-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ spec:
app: sriovdp
spec:
hostNetwork: true
hostPID: true
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
Expand Down

0 comments on commit 89b9bc9

Please sign in to comment.