mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 11:10:09 -03:30
14 lines
341 B
YAML
14 lines
341 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: openeuler-2403
|
|
vm_memory: 3072
|
|
|
|
# Openeuler package mgmt is slow for some reason
|
|
pkg_install_timeout: "{{ 10 * 60 }}"
|
|
|
|
# Work around so the Kubernetes 1.35 tests can pass. We will discuss the openeuler support later.
|
|
kubeadm_ignore_preflight_errors:
|
|
- SystemVerification
|
|
|
|
kubelet_fail_cgroup_v1: false
|