test/config/k8s/files/default.json5
Gabriel Calixto de Paula f6df9c2d6e add k8s_dashboard_access part_6 setup done
setup steps for the dashboard are done:
-setup files are copied to lab
-the yaml files are applied and the HTTPS certificate is created for the
dashboard URL
-URL is working and it's reachable

Change-Id: Id249786c31d46348c2160ec8d627bb22320aa9cf
Signed-off-by: Gabriel Calixto de Paula <gabrielcalixto9@gmail.com>
2025-03-07 13:48:00 -05:00

5 lines
140 B
Plaintext

{
// KUBECONFIG environment variable on the cloud_platform system.
"kubeconfig": "/etc/kubernetes/admin.conf",
"dashboard_port": "8443"
}