Skip to content

Commit 1941a05

Browse files
committed
fix
1 parent dbe377d commit 1941a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Manual/Tutorials/Kubernetes/bare-metal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For this guide, we go with **flannel**, as it is an easy way of setting up a lay
110110

111111
```
112112
kubectl apply -f \
113-
https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml
113+
https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml
114114
```
115115
```
116116
clusterrole.rbac.authorization.k8s.io/flannel created
@@ -220,8 +220,8 @@ kubectl get all --all-namespaces
220220
- Attach `tiller` to proper role
221221

222222
```
223-
kubectl create clusterrolebinding tiller-cluster-rule \
224-
--clusterrole=cluster-admin --serviceaccount=kube-system:tiller
223+
kubectl create clusterrolebinding tiller-cluster-rule \
224+
--clusterrole=cluster-admin --serviceaccount=kube-system:tiller
225225
```
226226
```
227227
clusterrolebinding.rbac.authorization.k8s.io/tiller-cluster-rule created
@@ -331,7 +331,7 @@ for how to get started.
331331

332332
```
333333
helm install \
334-
https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-storage.tgz
334+
https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-storage.tgz
335335
```
336336
```
337337
NAME: sad-newt

0 commit comments

Comments
 (0)