mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
rm comment
This commit is contained in:
-4
@@ -150,16 +150,12 @@ kubectl create secret docker-registry testquay \
|
||||
--docker-password=<password>
|
||||
```
|
||||
|
||||
Need generic instructions
|
||||
|
||||
To see how the secret is stored in Kubernetes, you can use this command:
|
||||
|
||||
```
|
||||
kubectl get secret testquay --output="jsonpath={.data.\.dockerconfigjson}" | base64 --decode
|
||||
```
|
||||
|
||||
Need generic instructions
|
||||
|
||||
The result looks like this:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user