Skip to content

Commit c6060ce

Browse files
author
Isabell (Issy) Long
committed
Update docs: use kubectl get service instead of kubectl get svc
- These docs seem to try to use long names for things rather than short names. The shortened `svc` is only referred to once on this page - in this example - and it was immediately jarring to me having just read about "services" - I asked myself "what's 'svc'?".
1 parent 69fa785 commit c6060ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ Run the following command to create the service:
861861
Get more details about the service:
862862

863863
```
864-
$ kubectl get svc
864+
$ kubectl get service
865865
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
866866
echo-service LoadBalancer 100.66.161.199 ad0b47976b7fe... 80:30125/TCP 40s
867867
kubernetes ClusterIP 100.64.0.1 <none> 443/TCP 1h

0 commit comments

Comments
 (0)