GoogleContainerTools / GoogleContainerTools/skaffold
Status check does not warning events for a pod
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
When running `skaffold dev` on triage party status check was stuck on
```
Waiting for deployments to stabilize...
- triage-party:deployment/triage-party: creating container triage-party
- triage-party:pod/triage-party-745965494-pk2fg: creating container triage-party
- triage-party:deployment/triage-party is ready.
Deployments stabilized in 2 minutes 45.897 seconds
Press Ctrl+C to exit
Watching for changes...
```
kubectl describe revealed the secret not found.
```
kubectl describe po/triage-party-745965494-pk2fg -n triage-party
Normal Pulling 91s (x8 over 2m38s) kubelet Pulling image "triageparty/triage-party"
Warning Failed 91s (x8 over 2m38s) kubelet Error: secret "triage-party-github-token" not found
```
Contributor guide
Assessment
This issue has not been assessed yet.