Skip to content

Commit 8ff62f8

Browse files
authored
Merge pull request #43185 from MeenuyD/kubectl-commands
Fix: secret missing in docker-registry secret command in kubectl-comm…
2 parents bdea330 + da06ff0 commit 8ff62f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/docs/reference/generated/kubectl/kubectl-commands.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,8 @@ <h2 id="-em-secret-docker-registry-em-"><em>secret docker-registry</em></h2>
15031503
nodes to pull images on your behalf, they must have the credentials. You can provide this information
15041504
by creating a dockercfg secret and attaching it to your service account.</p>
15051505
<h3 id="usage">Usage</h3>
1506-
<p><code>$ kubectl create docker-registry NAME --docker-username=user --docker-password=password --docker-email=email [--docker-server=string] [--from-file=[key=]source] [--dry-run=server|client|none]</code></p>
1506+
<p><code>$ kubectl create secret docker-registry NAME --docker-username=user --docker-password=password --docker-email=email [--docker-server=string] [--from-file=[key=]source] [--dry-run=server|client|none]
1507+
</code></p>
15071508
<h3 id="flags">Flags</h3>
15081509
<table>
15091510
<thead>

0 commit comments

Comments
 (0)