mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 15:36:11 -03:30
Add markdown CI (#5380)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b1fbead531
commit
a9b67d586b
@@ -1,5 +1,4 @@
|
||||
CRI-O
|
||||
===============
|
||||
# CRI-O
|
||||
|
||||
[CRI-O] is a lightweight container runtime for Kubernetes.
|
||||
Kubespray supports basic functionality for using CRI-O as the default container runtime in a cluster.
|
||||
@@ -10,14 +9,14 @@ Kubespray supports basic functionality for using CRI-O as the default container
|
||||
|
||||
_To use CRI-O instead of Docker, set the following variables:_
|
||||
|
||||
#### all.yml
|
||||
## all.yml
|
||||
|
||||
```yaml
|
||||
download_container: false
|
||||
skip_downloads: false
|
||||
```
|
||||
|
||||
#### k8s-cluster.yml
|
||||
## k8s-cluster.yml
|
||||
|
||||
```yaml
|
||||
etcd_deployment_type: host
|
||||
|
||||
Reference in New Issue
Block a user