Skip to content

Commit

Permalink
Increase Roll out timeout
Browse files Browse the repository at this point in the history
private_registry_rolling reached timeout when
the pod was ContainerCreating.

Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Nov 19, 2024
1 parent e0b1f19 commit a1f5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/workload/compatibility.cr
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ROLLING_VERSION_CHANGE_TEST_NAMES.each do |tn|
# If any containers dont have an update applied, fail
test_passed = false if resp == false

rollout_status = KubectlClient::Rollout.status(resource["kind"], resource["name"], namespace: namespace, timeout: "100s")
rollout_status = KubectlClient::Rollout.status(resource["kind"], resource["name"], namespace: namespace, timeout: "200s")
unless rollout_status
Log.info { "Rollout failed for #{resource["kind"]}/#{resource["name"]} in #{namespace} namespace" }
KubectlClient.describe(resource["kind"], resource["name"], namespace: resource["namespace"], force_output: true)
Expand Down

0 comments on commit a1f5c0a

Please sign in to comment.