Merge pull request #43005 from CaioAugustoo/fix/docs-add-missing-command-name

fix(docs): missing "service" command name
pull/43207/head
Kubernetes Prow Robot 2023-09-26 02:06:57 -07:00 committed by GitHub
commit f52dec4f9b
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>