You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device and OS: Ubuntu
App version: v0.39.0
Kubernetes distro being used: k3d
Steps to reproduce
Have a package which deploys flux then deploys flux helm releases
Have health checks on the flux helm releases
Expected result
The health checks will finish when the package is ready
Actual Result
The health checks never finish.
The issue seems to be that Zarf needs to use a dynamic rest mapper in kubernetes for the watcher rather than a static rest mapper. The dynamic mapper will grab resource types at runtime, which is important since package creators can both install and check on CRDs
Severity/Priority
Medium
The text was updated successfully, but these errors were encountered:
## Description
Not having a dynamic rest mapper is problematic for Zarf health checks
with CRDs. See [#3010](zarf-dev/zarf#3010)
---------
Signed-off-by: Austin Abro <[email protected]>
Environment
Device and OS: Ubuntu
App version: v0.39.0
Kubernetes distro being used: k3d
Steps to reproduce
Expected result
The health checks will finish when the package is ready
Actual Result
The health checks never finish.
The issue seems to be that Zarf needs to use a dynamic rest mapper in kubernetes for the watcher rather than a static rest mapper. The dynamic mapper will grab resource types at runtime, which is important since package creators can both install and check on CRDs
Severity/Priority
Medium
The text was updated successfully, but these errors were encountered: