Merge pull request #17969 from prezha/crio-NET_RAW

fix PingHostFrom2Pods integration test by adding NET_RAW capabilities
pull/17975/head
Steven Powell 2024-01-16 12:33:24 -08:00 committed by GitHub
commit f3f4002070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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