Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit de12632

Browse files
authored
Merge pull request #67 from minchao/patch-1
Change example image and hnc tree output in quickstart doc
2 parents 1ef9e8c + 58677e5 commit de12632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Partial output:
298298
acme-org
299299
├── team-a
300300
│ ├── service-1
301-
│ └── service-2
301+
│ └── [s] service-2
302302
└── [s] team-b
303303
```
304304

@@ -308,7 +308,7 @@ shell in the client container, confirm that we can access the `s2` service runni
308308
in namespace `service-2`.
309309

310310
```bash
311-
kubectl run s2 -n service-2 --image=nginx --restart=Never --expose --port 8080
311+
kubectl run s2 -n service-2 --image=nginxinc/nginx-unprivileged --restart=Never --expose --port 8080
312312
313313
# Verify that it's running:
314314
kubectl get service,pod -o wide -n service-2

0 commit comments

Comments
 (0)