mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-12 23:14:47 -03:30
11 lines
254 B
YAML
11 lines
254 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: openeuler-2403
|
|
vm_memory: 3072
|
|
|
|
# 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
|