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.
1 parent a1465ac commit 9afdd65Copy full SHA for 9afdd65
static/docs/reference/generated/kubectl/kubectl-commands.html
@@ -1735,7 +1735,7 @@ <h2 id="-em-secret-tls-em-"><em>secret tls</em></h2>
1735
<p>Create a TLS secret from the given public/private key pair.</p>
1736
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
1737
<h3 id="usage">Usage</h3>
1738
-<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>
1739
<h3 id="flags">Flags</h3>
1740
<table>
1741
<thead>
0 commit comments