File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
static/docs/reference/generated/kubectl Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1503,7 +1503,8 @@ <h2 id="-em-secret-docker-registry-em-"><em>secret docker-registry</em></h2>
1503
1503
nodes to pull images on your behalf, they must have the credentials. You can provide this information
1504
1504
by creating a dockercfg secret and attaching it to your service account.</ p >
1505
1505
< 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 >
1507
1508
< h3 id ="flags "> Flags</ h3 >
1508
1509
< table >
1509
1510
< thead >
You can’t perform that action at this time.
0 commit comments