CI: remove RHEL8-related OS tests

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang
2025-05-22 19:13:37 +08:00
parent 26acce9cec
commit fc0206e313
3 changed files with 0 additions and 24 deletions

View File

@@ -1,8 +0,0 @@
---
# 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

View File

@@ -1,14 +0,0 @@
---
# Instance settings
cloud_image: rockylinux-8
vm_memory: 3072
# Kubespray settings
metrics_server_enabled: true
dashboard_namespace: "kube-dashboard"
dashboard_enabled: true
loadbalancer_apiserver_type: haproxy
# Workaround for RHEL8: kernel version 4.18 is lower than Kubernetes system verification.
kubeadm_ignore_preflight_errors:
- SystemVerification