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 9777669 commit b56a011Copy full SHA for b56a011
1 file changed
.github/workflows/test-e2e.yml
@@ -54,8 +54,10 @@ jobs:
54
wait deploy network-services-operator-controller-manager \
55
--for=condition=Available \
56
--timeout=120s || \
57
- kubectl -n network-services-operator-system get certificates && \
58
- kubectl -n network-services-operator-system get secrets && \
+ kubectl -n cert-manager describe pods && \
+ kubectl -n network-services-operator-system describe issuer && \
59
+ kubectl -n network-services-operator-system describe certificates && \
60
+ kubectl -n network-services-operator-system describe secrets && \
61
kubectl -n network-services-operator-system describe pod && \
62
kubectl -n network-services-operator-system logs -l app.kubernetes.io/name=network-services-operator --tail=-1
63
0 commit comments