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
This part not only has a race condition but it seems generally unreliable. First attempt would not even install the kustomizations, the given command would loop indefinitely in the while loop, and checking in another terminal would output:
$ kubectl get crd providerconfigs.kubernetes.crossplane.io
Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "providerconfigs.kubernetes.crossplane.io" not found
Only after removing everything workspace-related including the namespace, and reinstalling everything from scratch, this would work correctly.
Please check is possible why these providerconfigs could not be created, and also, if possible, include that in the generated yaml instead of making it a separate command.
The text was updated successfully, but these errors were encountered:
This part not only has a race condition but it seems generally unreliable. First attempt would not even install the kustomizations, the given command would loop indefinitely in the while loop, and checking in another terminal would output:
Only after removing everything workspace-related including the namespace, and reinstalling everything from scratch, this would work correctly.
Please check is possible why these providerconfigs could not be created, and also, if possible, include that in the generated yaml instead of making it a separate command.
The text was updated successfully, but these errors were encountered: