mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
- Take advantage of `parallel:matrix` to make the jobs definition shorter and more readable. - Remove helper scripts which are no longer needed - Remove redundant indirection in the gitlab-ci pipelines definitions (only one user)
15 lines
317 B
YAML
15 lines
317 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: fedora-39
|
|
|
|
# Kubespray settings
|
|
auto_renew_certificates: true
|
|
|
|
# Test with SELinux in enforcing mode
|
|
preinstall_selinux_state: enforcing
|
|
|
|
# Test Alpha swap feature by leveraging zswap default config in Fedora 35
|
|
kubelet_fail_swap_on: false
|
|
kube_feature_gates:
|
|
- "NodeSwap=True"
|