rancher-ouput.txt 1016 B

12345678910111213141516171819202122232425262728
  1. LAST DEPLOYED: Mon Jul 14 14:18:21 2025
  2. NAMESPACE: cattle-system
  3. STATUS: deployed
  4. REVISION: 1
  5. TEST SUITE: None
  6. NOTES:
  7. Rancher Server has been installed.
  8. NOTE: Rancher may take several minutes to fully initialize. Please standby while Certificates are being issued, Containers are started and the Ingress rule comes up.
  9. Check out our docs at https://rancher.com/docs/
  10. If you provided your own bootstrap password during installation, browse to https://sramadrke01v.rancher.lab to get started.
  11. If this is the first time you installed Rancher, get started by running this command and clicking the URL it generates:
  12. ```
  13. echo https://sramadrke01v.rancher.lab/dashboard/?setup=$(kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}')
  14. ```
  15. To get just the bootstrap password on its own, run:
  16. ```
  17. kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}{{ "\n" }}'
  18. ```
  19. Happy Containering!