fix PingHostFromPods integration test by adding NET_RAW capabilities

pull/17909/head
Predrag Rogic 2024-01-16 00:24:06 +00:00
parent 32b2a5fece
commit 6f580e8a51
No known key found for this signature in database
GPG Key ID: F1FF5748C4855229
1 changed files with 3 additions and 0 deletions

View File

@ -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