File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ Ensure your kubectl client is installed and ensure it can connect to your Kubern
1414is where ` helm ` will attempt to communicate with the cluster. You can test that it is working
1515properly by running:
1616
17- $ helm target
18- Kubernetes master is running at https://10.245.1.2
19- Heapster is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/heapster
20- KubeDNS is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/kube-dns
21- KubeUI is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/kube-ui
22- Grafana is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/monitoring-grafana
23- InfluxDB is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb
17+ ```
18+ $ helm target
19+ Kubernetes master is running at https://10.245.1.2
20+ Heapster is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/heapster
21+ KubeDNS is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/kube-dns
22+ KubeUI is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/kube-ui
23+ Grafana is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/monitoring-grafana
24+ InfluxDB is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb
25+ ```
2426
2527If you see a list of targets like the one above, helm can communicate with the kubernetes master.
2628
You can’t perform that action at this time.
0 commit comments