Closed AustinAbro321 closed 1 month ago
Name | Link |
---|---|
Latest commit | 5b16e9482ad485dead8d1ccec0c6dbe6bfc2dfb4 |
Latest deploy log | https://app.netlify.com/sites/zarf-docs/deploys/66d8ad55a197300008ea3350 |
Attention: Patch coverage is 0%
with 12 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
src/pkg/cluster/tunnel.go | 0.00% | 12 Missing :warning: |
Files with missing lines | Coverage Δ | |
---|---|---|
src/pkg/cluster/tunnel.go | 11.35% <0.00%> (-0.48%) |
:arrow_down: |
Closing this as #3043 is going to add this functionality to all deployments by default
Description
By using health checks we can ensure that resources are fully reconciled before continuing to the next component. This is especially important for the registry component. Since the registry is a re-deploy of the same helm chart as the seed-registry the deployment is already available with extra pods and the current wait condition passes immediately.
Related Issue
Fixes #2855
Checklist before merging