diff --git a/docs/user-guide/quick-start.md b/docs/user-guide/quick-start.md index 16e47fa33b..9e9e59dbd8 100644 --- a/docs/user-guide/quick-start.md +++ b/docs/user-guide/quick-start.md @@ -25,7 +25,7 @@ deployment "my-nginx" created To expose your service to the public internet, run: ```shell -$ kubectl expose rc my-nginx --target-port=80 --type=LoadBalancer +$ kubectl expose deployment my-nginx --target-port=80 --type=LoadBalancer service "my-nginx" exposed ```