Skip to content

Commit

Permalink
fix(docs): missing "service" command name
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioAugustoo authored Sep 11, 2023
1 parent 1e398be commit fb4b8c9
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 @@ -1834,7 +1834,7 @@ <h2 id="-em-service-clusterip-em-"><em>service clusterip</em></h2>
</code></pre>
<p>Create a ClusterIP service with the specified name.</p>
<h3 id="usage">Usage</h3>
<p><code>$ kubectl create clusterip NAME [--tcp=&lt;port&gt;:&lt;targetPort&gt;] [--dry-run=server|client|none]</code></p>
<p><code>$ kubectl create service clusterip NAME [--tcp=&lt;port&gt;:&lt;targetPort&gt;] [--dry-run=server|client|none]</code></p>
<h3 id="flags">Flags</h3>
<table>
<thead>
Expand Down Expand Up @@ -1918,7 +1918,7 @@ <h2 id="-em-service-externalname-em-"><em>service externalname</em></h2>
<p>Create an ExternalName service with the specified name.</p>
<p> ExternalName service references to an external DNS address instead of only pods, which will allow application authors to reference services that exist off platform, on other clusters, or locally.</p>
<h3 id="usage">Usage</h3>
<p><code>$ kubectl create externalname NAME --external-name external.name [--dry-run=server|client|none]</code></p>
<p><code>$ kubectl create service externalname NAME --external-name external.name [--dry-run=server|client|none]</code></p>
<h3 id="flags">Flags</h3>
<table>
<thead>
Expand Down

0 comments on commit fb4b8c9

Please sign in to comment.