I have installed datahub but not able to login
# getting-started
b
I have installed datahub but not able to login
✅ 1
a
@billowy-petabyte-39802 What is datahub version ? Where have you deployed datahub
b
@acceptable-computer-51491 DataHub CLI version: 0.10.5.5 Python version: 3.9.12 (main, Apr 5 2022, 015317) [Clang 12.0.0 ]
a
@billowy-petabyte-39802 Using kubectl to get current pods for all namespace
Copy code
kubectl get pods -A
Use this to start bash in the frontend pod
Copy code
kubectl exec -it -n {namespace} {frontend_pod_name} -- //bin/sh
Example : 
kubectl exec -n datahub-dev -it datahub-datahub-frontend-78c4f6786b-bxqxc -- //bin/sh
Inside the bash
Copy code
cat ./datahub-frontend/conf/user.props
And you will get username:password for the admin to login
b
Thannks @acceptable-computer-51491 somehow i got it working and I am using docker desktop