This message was deleted.
# general
a
This message was deleted.
m
Ahh found this which has done the trick:
kubectl -n cattle-system exec $(kubectl -n cattle-system get pods -l app=rancher | grep '1/1' | head -1 | awk '{ print $1 }') -- reset-password
Consider this channel rubberducked.
q
🦆
b
Did you also find a way to get default api secrets?
I am looking for a way to automate things further after installation, but first i need to login and generate api keys...:/
m
The last time I touched the Rancher API was 2.5, so I don't know if it's different now, but back then I just used the local admin credentials.