CustomReadinessCheck for Helm Deployer not working #600
Labels
area/helm-deployer
Helm Deployer
kind/bug
Bug
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
priority/3
Priority (lower number equals higher priority)
status/accepted
Issue was accepted as something we need to work on
How to categorize this issue?
/area helm-deployer
/kind bug
/priority 3
What happened:
Using a custom readiness check with the real helm deployers does not work. It always succeed.
How to reproduce it (as minimally and precisely as possible):
use a simple helm chart and add a readiness check. Set ProviderConfiguration.HelmDeployment to true.
Anything else we need to know?:
The Custom ReadinessCheck seems to report success in this early exit:
https://github.com/gardener/landscaper/blob/master/pkg/deployer/lib/readinesscheck/customreadinesscheck.go#L44
len(c.ManagedResources) == 0
is true, it seems the ManagedResources are not correctly tracked by the real helm deployer.Environment:
kubectl version
): v1.24.3The text was updated successfully, but these errors were encountered: