mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
Add CRI-O CI (#5460)
This commit is contained in:
14
tests/files/packet_ubuntu18-crio.yml
Normal file
14
tests/files/packet_ubuntu18-crio.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-1804
|
||||
mode: default
|
||||
|
||||
# Kubespray settings
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
container_manager: crio
|
||||
|
||||
# CRI-O requirements
|
||||
download_container: false
|
||||
etcd_deployment_type: host
|
||||
kubelet_deployment_type: host
|
||||
Reference in New Issue
Block a user