Bumping versions

This commit is contained in:
buildmaster
2023-10-12 21:45:08 +00:00
parent fe8fa86b61
commit 54caa3c7df

View File

@@ -248,8 +248,10 @@ class KubernetesClientDiscoveryHealthITDelegate {
private void assertLogStatement(K3sContainer container, String message) {
try {
String appPodName = container.execInContainer("sh", "-c",
"kubectl get pods -l app=" + DEPLOYMENT_NAME + " -o=name --no-headers | tr -d '\n'").getStdout();
String appPodName = container
.execInContainer("sh", "-c",
"kubectl get pods -l app=" + DEPLOYMENT_NAME + " -o=name --no-headers | tr -d '\n'")
.getStdout();
await().pollDelay(Duration.ofSeconds(4)).pollInterval(Duration.ofSeconds(1)).atMost(20, TimeUnit.SECONDS)
.until(() -> {