skaffold
skaffold copied to clipboard
Deployment Status Check does succeed while rollout is broken
Expected behavior
Deploy Status Check should fail.
Actual behavior
Deployment gets marked as ok.
The only output with respect to the deployment is:
- deployment.apps/bar configured
It seems like it does not call rollout status.
Information
- Skaffold version: 2.13.1
- Operating system: Ubuntu 24.04
- Installed via: Google Cloud SDK
Steps to reproduce the behavior
Doc says:
Deployment: check the output of kubectl rollout status deployment command
When I manually run the command I get:
$ kubectl rollout status deployment -n foo bar
error: deployment "bar" exceeded its progress deadline