mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-23 23:41:26 -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
203 B
YAML
10 lines
203 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
|
|
# Kubespray settings
|
|
kube_owner: root
|
|
kube_network_plugin: custom_cni
|
|
custom_cni_manifests:
|
|
- "{{ playbook_dir }}/../tests/files/custom_cni/cilium.yaml"
|