Skip to content

Commit bb89090

Browse files
author
Christopher Hein
authored
Merge pull request aws-samples#440 from issyl0/dont_shorten_a_command
Update docs: use `kubectl get service` instead of `kubectl get svc`
2 parents 0bb1546 + c6060ce commit bb89090

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)