11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
kubectl get pods -n nodered
|
|
kubectl exec -it node-red-bd88bc7df-knqfw -n nodered -- node-red admin hash-pw
|
|
|
|
|
|
kubectl edit configmap node-red-settings -n nodered --->(set campo password password: "<bcrypt-hash-here>", nella sezione adminAuth)
|
|
|
|
kubectl delete pods node-red-bd88bc7df-knqfw -n nodered
|
|
|
|
|
|
user: admin
|
|
password:KAYQE1QA7uwUZ8uI |