File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ for i in {1..60}; do
8686 kubectl get simpleconfigmaps.test.crossplane.io -o yaml || true
8787 echo " Crossplane Function status:"
8888 kubectl get functions.pkg.crossplane.io || true
89- echo " FunctionRuntime status:"
90- kubectl get functionruntimes.pkg. crossplane.io || true
89+ echo " Function pods status:"
90+ kubectl get pods -n crossplane-system -l app.kubernetes.io/name=function-xfuncjs || true
9191 fi
9292
9393 sleep 2
@@ -99,8 +99,8 @@ if [ "$configmap_created" = false ]; then
9999 kubectl get simpleconfigmaps.test.crossplane.io -o yaml || true
100100 echo " Final Crossplane Function status:"
101101 kubectl get functions.pkg.crossplane.io || true
102- echo " Final FunctionRuntime status:"
103- kubectl get functionruntimes.pkg. crossplane.io || true
102+ echo " Final Function pods status:"
103+ kubectl get pods -n crossplane-system -l app.kubernetes.io/name=function-xfuncjs || true
104104 exit 1
105105fi
106106
You can’t perform that action at this time.
0 commit comments