Skip to content
Snippets Groups Projects
Commit 7daa60dd authored by Radim Peša's avatar Radim Peša
Browse files

Update README.md

parent bbae1c73
Branches
No related tags found
No related merge requests found
...@@ -27,11 +27,21 @@ node-role.kubernetes.io/controlplane Equal true NoSchedule ...@@ -27,11 +27,21 @@ node-role.kubernetes.io/controlplane Equal true NoSchedule
node-role.kubernetes.io/etcd Equal true NoExecute node-role.kubernetes.io/etcd Equal true NoExecute
```` ````
## Configure MTU in Canal
https://github.com/rancher/rancher/issues/13984
````
kubectl -n kube-system edit configMap canal-config
````
## Install nfs provisoner ## Install nfs provisoner
To enable persistance storage (via nfs) use following commands: To enable persistance storage (via nfs) use following commands:
````
kubectl apply -f nfs/ kubectl apply -f nfs/
````
To consume nfs storage use following example: To consume nfs storage use following example:
...@@ -48,4 +58,7 @@ spec: ...@@ -48,4 +58,7 @@ spec:
resources: resources:
requests: requests:
storage: 1Mi storage: 1Mi
```` ````
## Deploy cbio on demand things
3 x deploy v https://gitlab.ics.muni.cz/europdx/k8s/cbio-on-demand/kubernetes-docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment