github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/rancher/templates/NOTES.txt (about) 1 Rancher Server has been installed. 2 3 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. 4 5 Check out our docs at https://rancher.com/docs/ 6 7 If you provided your own bootstrap password during installation, browse to https://{{ .Values.hostname }} to get started. 8 9 If this is the first time you installed Rancher, get started by running this command and clicking the URL it generates: 10 11 ``` 12 echo https://{{ .Values.hostname }}/dashboard/?setup=$(kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{ "{{" }}.data.bootstrapPassword|base64decode{{ "}}" }}') 13 ``` 14 15 To get just the bootstrap password on its own, run: 16 17 ``` 18 kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{ "{{" }}.data.bootstrapPassword|base64decode{{ "}}" }}{{ "{{" }} "\n" {{ "}}" }}' 19 ``` 20 21 22 Happy Containering!