mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
All tests have a mode actually, so changing the default is no big deal (and makes more sense to have `default` as the default
9 lines
212 B
YAML
9 lines
212 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: almalinux-8
|
|
vm_memory: 3072
|
|
|
|
# Workaround for RHEL8: kernel version 4.18 is lower than Kubernetes system verification.
|
|
kubeadm_ignore_preflight_errors:
|
|
- SystemVerification
|