silly-city-51489
11/13/2025, 7:50 PMthousands-advantage-10804
11/13/2025, 7:56 PMsilly-city-51489
11/13/2025, 7:56 PMsilly-city-51489
11/13/2025, 7:56 PMthousands-advantage-10804
11/13/2025, 7:57 PMsilly-city-51489
11/13/2025, 7:57 PMbumpy-portugal-40754
11/13/2025, 10:24 PMhtpasswd -bnBC 10 "" "very-secret-password" | tr -d ':\n' | sed "s/\$2y/\$2a/"
Then find the admin user with kubectl get user -o custom-columns='NAME:.metadata.name,DISPLAY_NAME:.displayName' . It's the one with the "Default Admin" as display name. Edit (or patch) the user object and set "password" to the generated hash.
100% unsupported, but working.silly-city-51489
11/13/2025, 10:25 PM