mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
removing auth credentials for private registry install
This commit is contained in:
@@ -58,8 +58,6 @@ Use `kubectl` to create a docker-registry secret in the `cattle-system` namespac
|
||||
```
|
||||
kubectl -n cattle-system create secret docker-registry regcred \
|
||||
--docker-server="reg.example.com:5000" \
|
||||
--docker-username=<user> \
|
||||
--docker-password=<password> \
|
||||
--docker-email=<email>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user