fix(docs): missing "service" command name

pull/43005/head
Caio Augusto 2023-09-11 11:24:04 -03:00 committed by GitHub
parent 1e398be752
commit fb4b8c95ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1834,7 +1834,7 @@ inspect them.</p>
</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>
@ -1918,7 +1918,7 @@ inspect them.</p>
<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>