Skip to content

Commit b560618

Browse files
committed
tidy up bash snippets in readme
1 parent 0c66a62 commit b560618

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -110,31 +110,31 @@ Terraform v0.9.3
110110
- kube-system namespace and addons: DNS, UI, Dashboard
111111

112112
```bash
113-
$ make all
113+
make all
114114
```
115115

116116
To open dashboard:
117117

118118
```bash
119-
$ make dashboard
119+
make dashboard
120120
```
121121

122122
To display instance information:
123123

124124
```bash
125-
$ make instances
125+
make instances
126126
```
127127

128128
To display status:
129129

130130
```bash
131-
$ make status
131+
make status
132132
```
133133

134134
To destroy, remove and generally undo everything:
135135

136136
```
137-
$ make clean
137+
make clean
138138
```
139139

140140
`make all` and `make clean` should be idempotent - should an error occur simply try running
@@ -179,9 +179,9 @@ Like many great tools, _tack_ has started out as a collection of scripts, makefi
179179
* [etcd3 coreos cloudint](https://github.com/coreos/coreos-cloudinit/blob/master/config/etcd.go)
180180

181181
```bash
182-
$ curl --cacert /etc/kubernetes/ssl/ca.pem --cert /etc/kubernetes/ssl/k8s-etcd.pem --key /etc/kubernetes/ssl/k8s-etcd-key.pem https://etcd.test.kz8s:2379/health
183-
$ openssl x509 -text -noout -in /etc/kubernetes/ssl/ca.pem
184-
$ openssl x509 -text -noout -in /etc/kubernetes/ssl/k8s-etcd.pem
182+
curl --cacert /etc/kubernetes/ssl/ca.pem --cert /etc/kubernetes/ssl/k8s-etcd.pem --key /etc/kubernetes/ssl/k8s-etcd-key.pem https://etcd.test.kz8s:2379/health
183+
openssl x509 -text -noout -in /etc/kubernetes/ssl/ca.pem
184+
openssl x509 -text -noout -in /etc/kubernetes/ssl/k8s-etcd.pem
185185
```
186186

187187
#### ElasticSearch and Kibana

0 commit comments

Comments
 (0)