rancher-partner-charts/charts/minio/minio-operator/4.4.1700/templates/NOTES.txt

7 lines
465 B
Plaintext
Raw Normal View History

2022-05-26 15:10:54 +00:00
1. Get the JWT for logging in to the console:
kubectl get secret $(kubectl get serviceaccount console-sa --namespace {{ .Release.Namespace }} -o jsonpath="{.secrets[0].name}") --namespace {{ .Release.Namespace }} -o jsonpath="{.data.token}" | base64 --decode
2. Get the Operator Console URL by running these commands:
kubectl --namespace {{ .Release.Namespace }} port-forward svc/console 9090:9090
echo "Visit the Operator Console at http://127.0.0.1:9090"