Skip to content

Commit

Permalink
fix(doc): add "service" command name for lb and np
Browse files Browse the repository at this point in the history
  • Loading branch information
iagonc authored Sep 11, 2023
1 parent 1e398be commit becdb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/docs/reference/generated/kubectl/kubectl-commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ <h2 id="-em-service-loadbalancer-em-"><em>service loadbalancer</em></h2>
</code></pre>
<p>Create a LoadBalancer service with the specified name.</p>
<h3 id="usage">Usage</h3>
<p><code>$ kubectl create loadbalancer NAME [--tcp=port:targetPort] [--dry-run=server|client|none]</code></p>
<p><code>$ kubectl create service loadbalancer NAME [--tcp=port:targetPort] [--dry-run=server|client|none]</code></p>
<h3 id="flags">Flags</h3>
<table>
<thead>
Expand Down Expand Up @@ -2078,7 +2078,7 @@ <h2 id="-em-service-nodeport-em-"><em>service nodeport</em></h2>
</code></pre>
<p>Create a NodePort service with the specified name.</p>
<h3 id="usage">Usage</h3>
<p><code>$ kubectl create nodeport NAME [--tcp=port:targetPort] [--dry-run=server|client|none]</code></p>
<p><code>$ kubectl create service nodeport NAME [--tcp=port:targetPort] [--dry-run=server|client|none]</code></p>
<h3 id="flags">Flags</h3>
<table>
<thead>
Expand Down

0 comments on commit becdb49

Please sign in to comment.