mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Move centos7-crio CI job to centos8 (#7327)
This commit is contained in:
@@ -12,5 +12,5 @@ dashboard_namespace: "kube-dashboard"
|
||||
dashboard_enabled: true
|
||||
loadbalancer_apiserver_type: haproxy
|
||||
|
||||
# required / not autodetected for now
|
||||
calico_iptables_backend: "NFT"
|
||||
# required
|
||||
calico_iptables_backend: "Auto"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
cloud_image: centos-8
|
||||
mode: default
|
||||
|
||||
# Kubespray settings
|
||||
@@ -8,8 +8,8 @@ deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
container_manager: crio
|
||||
|
||||
download_localhost: false
|
||||
download_run_once: true
|
||||
|
||||
# CRI-O requirements
|
||||
etcd_deployment_type: host
|
||||
|
||||
# required
|
||||
calico_iptables_backend: "Auto"
|
||||
Reference in New Issue
Block a user