We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326d6bc commit 52ce6fcCopy full SHA for 52ce6fc
.devcontainer/post-create.sh
@@ -56,7 +56,7 @@ echo "Configure Crossplane..."
56
kubectl create clusterrolebinding --serviceaccount crossplane-system:crossplane --clusterrole cluster-admin allow-all-resources-crossplane
57
kubectl apply -f crossplane/01-functions
58
kubectl apply -f crossplane/02-providers
59
-kubectl wait --for condition=Healthy=true providers.p crossplane-contrib-provider-kubernetes
+kubectl wait --for condition=Healthy=true providers.p crossplane-contrib-provider-kubernetes --timeout 10m
60
kubectl apply -f crossplane/03-provider-configs
61
kubectl apply -f crossplane/04-xrds --recursive
62
kubectl apply -f crossplane/05-compositions --recursive
0 commit comments