mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
kubeadm errors out if 'all' is specified with specific checks, so check that case when we add hardcoded checks. Add a test to catch regression.
16 lines
427 B
YAML
16 lines
427 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: ubuntu-2404
|
|
mode: ha
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: flannel
|
|
etcd_deployment_type: kubeadm
|
|
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
|
skip_non_kubeadm_warning: true
|
|
kube_asymmetric_encryption_algorithm: "RSA-4096"
|
|
|
|
# This test the variable usage, it is not a prerequisite of the test itself
|
|
kubeadm_ignore_preflight_errors:
|
|
- all
|