mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
docs: fix some code highlightings
This commit is contained in:
parent
ebb8d7ca96
commit
7cf80ecc61
3 changed files with 8 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
kubectl wait --for=condition=available --timeout=300s -n boutique --all deployments
|
||||
```
|
||||
4. Get the external facing IP address of the frontend (with `<your-ip>` being a placeholder for the assigned IP from your CSP):
|
||||
```terminal-session
|
||||
```shell-session
|
||||
kubectl get service frontend-external -n boutique | awk '{print $4}'
|
||||
EXTERNAL-IP
|
||||
<your-ip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue