GoogleContainerTools / GoogleContainerTools/skaffold

Status check does not warning events for a pod

Open
#6,034 0 comments 0 reactions 0 assignees View on GitHub
area/status-check kind/bug priority/p2
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

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.