Bumping versions

This commit is contained in:
buildmaster
2023-10-13 01:59:32 +00:00
parent 886e3f4772
commit 4b1293c5f4

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(() -> {