mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
- 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)
10 lines
172 B
YAML
10 lines
172 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: ubuntu-2004
|
|
mode: separate
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: cilium
|
|
enable_network_policy: true
|
|
auto_renew_certificates: true
|