Merge pull request #17969 from prezha/crio-NET_RAW
fix PingHostFrom2Pods integration test by adding NET_RAW capabilitiespull/17975/head
commit
f3f4002070
|
@ -25,6 +25,9 @@ spec:
|
|||
- sleep
|
||||
- "3600"
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
capabilities:
|
||||
add: ["NET_RAW"]
|
||||
restartPolicy: Always
|
||||
affinity:
|
||||
# ⬇⬇⬇ This ensures pods will land on separate hosts
|
||||
|
|
Loading…
Reference in New Issue