Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
f47c31dc
Commit
f47c31dc
authored
6 years ago
by
Takashi Okamoto
Browse files
Options
Downloads
Patches
Plain Diff
Add cri-o document.
parent
236f0666
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/cri-o.md
+32
-0
32 additions, 0 deletions
docs/cri-o.md
with
32 additions
and
0 deletions
docs/cri-o.md
0 → 100644
+
32
−
0
View file @
f47c31dc
cri-o
===============
cri-o is container developed by kubernetes project.
Currently, only basic function is supported for cri-o.
*
cri-o is supported kubernetes 1.11.1 or later.
*
helm and other feature may not be supported due to docker dependency.
*
scale.yml and upgrade-cluster.yml are not supported.
helm and other feature may not be supported due to docker dependency.
Use cri-o instead of docker, set following variable:
#### all.yml
```
kubeadm_enable: true
...
download_container: false
skip_downloads: false
```
#### k8s-cluster.yml
```
etcd_deployment_type: host
kubelet_deployment_type: host
manage_docker: false
manage_crio: true
```
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