-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Skaffold apply deployments never stabilize on Skaffold 1.35 #6870
Comments
I've been able to reproduce this by deploying to a GKE Autopilot cluster. In digging into the issue, I've found that we call into skaffold/pkg/skaffold/kubernetes/status/resource/deployment.go Lines 144 to 147 in 9f56bbd
|
Steps to reproduce:
|
I can actually consistently repro this locally against a kind cluster. I was able to debug it to be a But running |
The difference between skaffold/pkg/skaffold/deploy/kubectl/kubectl.go Lines 344 to 346 in 9f56bbd
In apply we don't run |
Using the manifest file "manifest.xml"
with the command:
skaffold apply 'manifest.yaml'
Starting deploy...
Waiting for deployments to stabilize...
The actual deployment appears to work as expected
Expected behavior
The deployment reports success
Actual behavior
The command times out
Information
The text was updated successfully, but these errors were encountered: