Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
k8s-tf-ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
europdx
k8s
k8s-tf-ansible
Commits
7daa60dd
Commit
7daa60dd
authored
5 years ago
by
Radim Peša
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
bbae1c73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-1
14 additions, 1 deletion
README.md
with
14 additions
and
1 deletion
README.md
+
14
−
1
View file @
7daa60dd
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment