File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,17 @@ kind load image-archive "$archive" --name "$KIND_CLUSTER_NAME"
8888# deploy the operator
8989echo " Deploying operator..."
9090" $KUBECTL " kustomize hack/ci/testdata | " $KUBECTL " apply --filename -
91+
92+ echo " sleeping 2 minutes..."
93+ sleep 120
94+ " $KUBECTL " --namespace kcp-operator-system get pods
95+ " $KUBECTL " --namespace kcp-operator-system describe pods
96+ " $KUBECTL " get ns -A
97+ " $KUBECTL " get deployments -A
98+ " $KUBECTL " --namespace kcp-operator-system describe deployments kcp-operator-controller-manager
99+ " $KUBECTL " get pods -A
100+ " $KUBECTL " --namespace kcp-operator-system get rs -A -o yaml
101+
91102" $KUBECTL " --namespace kcp-operator-system wait deployment kcp-operator-controller-manager --for condition=Available
92103" $KUBECTL " --namespace kcp-operator-system wait pod --all --for condition=Ready
93104
You can’t perform that action at this time.
0 commit comments