mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
[2.13] Backport recent bugfixes and mainly docker-cli issue (#6179)
* Reorder tests in packet file (#6067)
* Skip molecule tests for Ubuntu 18.04 (#6077)
* Fix kubernetes-dashboard template identation (#6066)
The 98e7a07fba commit udpates the
dashboard version to 2.0.0 but it enable skip login flag wasn't
updated. This change updates its identation to avoid issues when
dashboard_skip_login is enabled.
* Disable OVH CI (#6114)
* Create namespace when dashboard deployment uses customized namespace. (#6107)
* Create namespace when dashboard deployment uses customized namespace.
* Fix syntax.
* Fix apiserver port when upgrading (#6136)
* Fix docker fedora packages (#6097)
* Match docker-cli version with docker-engine version (when available)
* Disable upgrade jobs to allow release 2.13.1 (docker-cli bug)
Co-authored-by: Maxime Guyot <Miouge1@users.noreply.github.com>
Co-authored-by: Victor Morales <electrocucaracha@gmail.com>
Co-authored-by: petruha <5363545+p37ruh4@users.noreply.github.com>
Co-authored-by: Mateus Caruccio <mateus.caruccio@getupcloud.com>
This commit is contained in:
14
tests/files/packet_centos7-crio.yml
Normal file
14
tests/files/packet_centos7-crio.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: centos-7
|
||||
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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
dns_min_replicas: 1
|
||||
deploy_netchecker: true
|
||||
|
||||
# resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
dns_min_replicas: 1
|
||||
deploy_netchecker: true
|
||||
sonobuoy_enabled: true
|
||||
Reference in New Issue
Block a user