GoogleContainerTools / GoogleContainerTools/skaffold

Testing pod fails

Open
#9,108 3 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

Testing should just succeed

### Actual behavior

Testing fails

### Information

- Skaffold version: 2.7.0
- Operating system: Ubuntu 22.04
- Installed via: skaffold run
- Contents of skaffold.yaml:

```yaml
apiVersion: skaffold/v4beta6
kind: Config
metadata:
name: grafana
manifests:
helm:
releases:
- name: grafana
remoteChart: grafana
namespace: monitoring
version: 6.60.1
deploy:
kubectl:
defaultNamespace: monitoring
```

Grafana has a test pod. The pod succeeds but is then not marked as ready once successful.
Thus Skaffold prints:

> pods: pods not ready: [grafana-test]

### Steps to reproduce the behavior

1. `skaffold run`

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.