skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Deployment Status Check does succeed while rollout is broken

Open AndreasBergmeier6176 opened this issue 1 year ago • 0 comments

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

AndreasBergmeier6176 avatar Nov 12 '24 12:11 AndreasBergmeier6176