This commit is contained in:
Nico Schottelius 2021-10-18 15:26:34 +02:00
parent e84330320f
commit 47eb645fa7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## v1: original rook manifests
```
git clone https://github.com/rook/rook.git
git clone https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
kubectl apply -f crds.yaml -f common.yaml
kubectl apply -f operator.yaml

View File

@ -83,7 +83,7 @@ alias calicoctl="kubectl exec -i -n kube-system calicoctl -- /calicoctl"
## Configuring BGP routing
```
calicoctl create -f - < bgp....yaml
calcaticoctl create -f - < bgp....yaml
```
## Setup a test deployment