We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e805cb9 + 9afdd65 commit 5b3dd1aCopy full SHA for 5b3dd1a
static/docs/reference/generated/kubectl/kubectl-commands.html
@@ -1736,7 +1736,7 @@ <h2 id="-em-secret-tls-em-"><em>secret tls</em></h2>
1736
<p>Create a TLS secret from the given public/private key pair.</p>
1737
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
1738
<h3 id="usage">Usage</h3>
1739
-<p><code>$ kubectl create tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
+<p><code>$ kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
1740
<h3 id="flags">Flags</h3>
1741
<table>
1742
<thead>
0 commit comments