kubesphere 密码忘了 如何重置密码
#这里将密码设置为Qq@123456
kubectl patch users admin -p '{"spec":{"password":"Qq@123456"}}' --type='merge' && kubectl annotate users admin iam.kubesphere.io/password-encrypted-
执行命令后:
然后用新的密码就可以登录了。
kubesphere 密码忘了 如何重置密码
#这里将密码设置为Qq@123456
kubectl patch users admin -p '{"spec":{"password":"Qq@123456"}}' --type='merge' && kubectl annotate users admin iam.kubesphere.io/password-encrypted-
执行命令后:
然后用新的密码就可以登录了。