Deploy Intel® Smart Edge Open Developer Experience Kit without Edge Software Provisioner (ESP) in an Air-Gapped Environment

ID Date Version Classification
765883 02/03/2023 1.0 Public

Verify Result

Access Grafana with URL https://$HOST_​IP:32000, login with user admin. You can get the default password with command:

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 admin. You can get the default password with command:

kubectl get secret -n harbor harbor-admin -o jsonpath='{.data.admin-password}' | base64 -d && echo