Update 'README.md'

This commit is contained in:
Charles Showalter 2023-03-30 20:47:17 -07:00
parent 30fdad250c
commit 22753b3007

View File

@ -145,5 +145,5 @@ kubectl -n cattle-system rollout status deploy/rancher
## Rancher temporary password ## Rancher temporary password
```bash ```bash
kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{.data.bootstrapPassword|base64decode}}{{ "\n" }}' kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}{{ "\n" }}'
``` ```