Skip to content

Commit 43c2c8b

Browse files
committed
style(installing): consistent multi-line code blocks
1 parent 0e3b0e3 commit 43c2c8b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

src/installing-deis/installing-deis-workflow.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Ensure your kubectl client is installed and ensure it can connect to your Kubern
1414
is where `helm` will attempt to communicate with the cluster. You can test that it is working
1515
properly 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

2527
If you see a list of targets like the one above, helm can communicate with the kubernetes master.
2628

0 commit comments

Comments
 (0)