Provide more informations in deploy progress log
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
As discussed in slack.
In comparison to skaffold (another deployment tool), kapp only reports if the condition was met or not. I'd like to see more information about the stabilization process e.g:
```
Waiting for deployments to stabilize...
- production:deployment/demo: creating container service
- production:pod/demo-5cf5f768d4-x9xfr: creating container service
- production:deployment/demo: Readiness probe failed: Get http://10.2.0.161:5002/health: dial tcp 10.2.0.161:5002: connect: connection refused
- production:pod/demo-5cf5f768d4-x9xfr: Readiness probe failed: Get http://10.2.0.161:5002/health: dial tcp 10.2.0.161:5002: connect: connection refused
- production:deployment/demo is ready.
Deployments stabilized in 1m19.115769968s
```
Contributor guide
Assessment
This issue has not been assessed yet.