Skip to content

Commit 241e91a

Browse files
authored
Merge pull request #329 from arangodb/documentation/correct-for-copy-paster
Documentation/correct for copy paster
2 parents fd1cdcb + f29c6f0 commit 241e91a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
109109
For this guide, we go with **flannel**, as it is an easy way of setting up a layer 3 network, which uses the Kubernetes API and just works anywhere, where a network between the involved machines works:
110110

111111
```
112-
kubectl apply -f \
113-
https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml
112+
kubectl apply -f \
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
@@ -330,7 +330,7 @@ for how to get started.
330330
- As unlike cloud k8s offerings no file volume infrastructure exists, we need to still deploy the storage operator chart:
331331

332332
```
333-
helm install \
333+
helm install \
334334
https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-storage.tgz
335335
```
336336
```

0 commit comments

Comments
 (0)