Commit 957776bd authored by Michal Rostecki's avatar Michal Rostecki

kubectl: Fix --help output for kubectl create service loadbalancer

Fixes #35086
parent db2d8e0c
......@@ -171,7 +171,7 @@ var (
Create a LoadBalancer service with the specified name.`)
serviceLoadBalancerExample = templates.Examples(`
# Create a new nodeport service named my-lbs
# Create a new LoadBalancer service named my-lbs
kubectl create service loadbalancer my-lbs --tcp=5678:8080`)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment