tests: k8s: Retry output of kubectl exec in k8s-cpu-ns

We are seeing failures in this test, where the output of
the kubectl exec command seems to be blank, so try
retrying the exec like #11024

Fixes: #11133
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-04-11 14:37:52 +01:00
parent 8045cb982c
commit f2a2117252
2 changed files with 30 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ spec:
image: quay.io/prometheus/busybox:latest
command:
- sleep
- "30"
- "infinity"
resources:
limits:
cpu: "1"