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
86
86
kubectl get simpleconfigmaps.test.crossplane.io -o yaml || true
87
87
echo " Crossplane Function status:"
88
88
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
91
91
fi
92
92
93
93
sleep 2
@@ -99,8 +99,8 @@ if [ "$configmap_created" = false ]; then
99
99
kubectl get simpleconfigmaps.test.crossplane.io -o yaml || true
100
100
echo " Final Crossplane Function status:"
101
101
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
104
104
exit 1
105
105
fi
106
106
You can’t perform that action at this time.
0 commit comments