We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91aeca + 9967a65 commit 81981b2Copy full SHA for 81981b2
1 file changed
internal/tempest/const.go
@@ -25,5 +25,5 @@ var (
25
TempestPropagation = []storage.PropagationType{Tempest}
26
27
// PodCapabilities defines the Linux capabilities for Tempest pods
28
- PodCapabilities = []corev1.Capability{}
+ PodCapabilities = []corev1.Capability{"NET_ADMIN", "NET_RAW"}
29
)
0 commit comments