Skip to content

Commit

Permalink
Merge pull request #41053 from nitishfy/Nitish/kubectl-html
Browse files Browse the repository at this point in the history
Added secret keyword to kubectl-command.html file
  • Loading branch information
k8s-ci-robot authored Oct 10, 2023
2 parents e805cb9 + 9afdd65 commit 5b3dd1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ <h2 id="-em-secret-tls-em-"><em>secret tls</em></h2>
<p>Create a TLS secret from the given public/private key pair.</p>
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
<h3 id="usage">Usage</h3>
<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>
<h3 id="flags">Flags</h3>
<table>
<thead>
Expand Down

0 comments on commit 5b3dd1a

Please sign in to comment.