Fix: secret missing in docker-registry secret command in kubectl-command docs

pull/43185/head
MeenuyD 2023-09-24 20:54:02 +05:30
parent 1e398be752
commit da06ff06c8
1 changed files with 2 additions and 1 deletions

View File

@ -1503,7 +1503,8 @@ inspect them.</p>
nodes to pull images on your behalf, they must have the credentials. You can provide this information nodes to pull images on your behalf, they must have the credentials. You can provide this information
by creating a dockercfg secret and attaching it to your service account.</p> by creating a dockercfg secret and attaching it to your service account.</p>
<h3 id="usage">Usage</h3> <h3 id="usage">Usage</h3>
<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> <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]
</code></p>
<h3 id="flags">Flags</h3> <h3 id="flags">Flags</h3>
<table> <table>
<thead> <thead>