-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-cmd flake: kubectl rollout pause deployments --recursive #25645
Comments
cc @janetkuo |
Assigning to @janetkuo per test-cmd.sh |
The flake actually happened when pausing the deployment. Changing issue title. |
I can't access the internal Google logs to examine the cause, nor can I reproduce this issue locally. Is there any additional information that you can provide to help troubleshoot the flake? |
I've gone ahead and attempted a fix for this in #26243 |
We should fix this in #20437 eventually |
Automatic merge from submit-queue use kubectl-with-retry on pause & resume attempts to fix #25645 by using `kubectl-with-retry` on `rollout {pause,resume}` (`resume` is for safe measures) instead of `kubectl` directly, as is done with other `rollout {pause,resume}` tests in this same script.
https://pantheon.corp.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/25221/kubernetes-pull-test-unit-integration/25998/
The text was updated successfully, but these errors were encountered: