mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
* tests: replace ubuntu16 with ubuntu20 Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: replace ubuntu18 with ubuntu20 Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * docs: update docs to remove support for ubuntu 16 and 18 Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * molecule: upgrade ubuntu versions Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * vagrant: upgrade ubuntu versions Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: cleanup ubuntu{16,18} Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: increase ubuntu22 ram to allow molecule creation Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
17 lines
357 B
YAML
17 lines
357 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: ubuntu-2004
|
|
mode: separate
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: weave
|
|
auto_renew_certificates: true
|
|
|
|
# Docker specific settings:
|
|
container_manager: docker
|
|
etcd_deployment_type: docker
|
|
resolvconf_mode: docker_dns
|
|
|
|
# Ubuntu 16 - docker containerd package available stopped at 1.4.6
|
|
docker_containerd_version: latest
|