Log in to 4PointX IAoT Suite¶
To access the 4px web console you need to get the password of the admin
user from k8s secrets.
Run the below command on the k8s master node:
kubectl get secret os -n 4px -o jsonpath="{.data.creds\.py}" | base64 --decode
Copy admin password:
Example:
ADMINPWD= yX9j31cTVn8n2QK1P43RxcPs8zHSQy0c

