Hi there, we are deploying the Hierarchical Namesp...
# kubernetes
d
Hi there, we are deploying the Hierarchical Namespace Controller on a kube cluster. We’ve created a special pulumi.ComponentResource that aims to encapsulates the deployment of a kubernetes.apiextensions.CustomResource of type “SubnamespaceAnchor”, which will be handled by the HNC-Controller (a pod deployed onto the cluster) to manage & create a new namespace. I’m running into run concurrency where the namespace is not getting created at the right time and pulumi is creating the resources depending on it, is there a way to somehow wait for the HNC Controller to create the namespace and then create the rest of the resources using
dependsOn
?