Skip to content

Commit

Permalink
Correct the console port
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Nov 10, 2023
1 parent ffa4017 commit 9a89391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/skewer/standardsteps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ accessing_the_web_console:
apply: readme
output: <password>
- await_external_ip: service/skupper
- run: curl --fail --insecure --verbose --retry 40 --retry-connrefused --retry-delay 5 $(kubectl get service/skupper -o jsonpath='https://{.status.loadBalancer.ingress[0].ip}:8080/') --user admin:$(kubectl get secret/skupper-console-users -o jsonpath={.data.admin} | base64 -d); echo
- run: curl --fail --insecure --verbose --retry 40 --retry-connrefused --retry-delay 5 $(kubectl get service/skupper -o jsonpath='https://{.status.loadBalancer.ingress[0].ip}:8010/') --user admin:$(kubectl get secret/skupper-console-users -o jsonpath={.data.admin} | base64 -d); echo
apply: test
postamble: |
Navigate to `<console-url>` in your browser. When prompted, log
Expand Down

0 comments on commit 9a89391

Please sign in to comment.