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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
100d972c
Commit
100d972c
authored
Dec 26, 2018
by
Lucas Melchior
Committed by
Kubernetes Prow Robot
Dec 26, 2018
Browse files
Options
Downloads
Patches
Plain Diff
Updated cri-o documentation (#3878)
parent
ce63597e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/cri-o.md
+11
-11
11 additions, 11 deletions
docs/cri-o.md
with
11 additions
and
11 deletions
docs/cri-o.md
+
11
−
11
View file @
100d972c
cri-o
CRI-O
===============
cri-o is container developed by k
ubernetes
project
.
Currently, only basic function is supported for cri-o
.
[CRI-O] is a lightweight container runtime for K
ubernetes.
Kubespray supports basic functionality for using CRI-O as the default container runtime in a cluster
.
*
cri-o is supported kubernetes
1.11.1 or later.
*
h
elm and other
feature
may not
be supported
due to
docker
dependency.
*
scale.yml and upgrade-cluster.yml are not supported.
*
Kubernetes supports CRI-O on v
1.11.1 or later.
*
H
elm and other
tools
may not
function as normal
due to dependency
on Docker
.
*
`
scale.yml
`
and
`
upgrade-cluster.yml
`
are not supported
on clusters using CRI-O
.
helm and other feature may not be supported due to docker dependency.
Use cri-o instead of docker, set following variable:
_To use CRI-O instead of Docker, set the following variables:_
#### all.yml
```
```
yaml
download_container
:
false
skip_downloads
:
false
```
#### k8s-cluster.yml
```
```
yaml
etcd_deployment_type
:
host
kubelet_deployment_type
:
host
container_manager
:
crio
```
[
CRI-O
]:
https://cri-o.io/
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