error: can't use Helm Release with unreachable cluster. Reason: "unable to load schema information from the API server: Get \"https://10.0.1.20:6443/openapi/v2?timeout=32s\": dial tcp 10.0.1.20:6443: connect: no route to host" #1794
Labels
area/helm
helm-release-ga-blockers
Items blocking Helm Release GA
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
size/S
Estimated effort to complete (1-2 days).
Milestone
Issue details
I am using the new Release resource but I am unable to use it in the same up prior to the kubernetes control-plane and provider being created. It tries to connect to a cluster that hasn't been built yet and errors on the preview.
I have my provider and the release setup to depend on the node resources but that doesn't seem to make a difference
Steps to reproduce
Expected: The Release preview to ignore that the cluster doesn't exist yet since the control-plane node and provider is being created in the same run
Actual: tries to connect to a none existing control-plane api
The text was updated successfully, but these errors were encountered: