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 2764b05 commit b70ebafCopy full SHA for b70ebaf
.github/workflows/miniziti.yml
@@ -120,7 +120,7 @@ jobs:
120
resource: http-get://ctrl.zrok.${{ steps.minikube_ip.outputs.minikube_ip }}.sslip.io/api/v1/version
121
delay: 3000
122
interval: 3000
123
- timeout: 60000
+ timeout: 30000
124
verbose: true
125
126
- name: Print debug info
@@ -129,6 +129,8 @@ jobs:
129
run: |
130
set +e
131
set -x
132
+ curl --verbose --head --fail-with-body http://ctrl.zrok.192.168.49.2.sslip.io/
133
+ curl --verbose http://ctrl.zrok.192.168.49.2.sslip.io/api/v1/version
134
miniziti kubectl get pods -A
135
miniziti kubectl get services -A
136
miniziti kubectl get ingresses -A
0 commit comments