Skip to content

Commit 171b310

Browse files
committed
debug e2e
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent c03626e commit 171b310

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

hack/ci/run-e2e-tests.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ kind load image-archive "$archive" --name "$KIND_CLUSTER_NAME"
8888
# deploy the operator
8989
echo "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

0 commit comments

Comments
 (0)