are you positive that you are installing the chart only after the worker nodes are ready? Because it's possible you are installing right after the control plane is ready but before the worker nodes are, so there is nowhere to place the pods
b
brash-gigabyte-81569
02/21/2023, 3:49 PM
likely need to add a depends on to the helm release for the node group
brash-gigabyte-81569
02/21/2023, 3:50 PM
can only infer the order and dependencies on whether you pass outputs from one to the other and on the explict depends on