Deploy Intel® Smart Edge Open Developer Experience Kit without Edge Software Provisioner (ESP) in an Air-Gapped Environment
Verify Result
Access Grafana with URL https://$HOST_IP:32000, login with user
kubectl get secret -n telemetry grafana -o jsonpath='{.data.admin-password}' | base64 -d && echo
Access Harbor with URL https://$HOST_IP:30003, login with user
kubectl get secret -n harbor harbor-admin -o jsonpath='{.data.admin-password}' | base64 -d && echo