GoogleContainerTools / GoogleContainerTools/skaffold

Deployment Status Check does succeed while rollout is broken

Open
#9,563 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

### 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](https://kubernetes.io/docs/concepts/workloads/controllers/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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.