mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +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)
16 lines
325 B
YAML
16 lines
325 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
|
|
# Pin disabling ipip mode to ensure proper upgrade
|
|
ipip: false
|
|
calico_pool_blocksize: 26
|
|
calico_vxlan_mode: Always
|
|
calico_network_backend: bird
|
|
|
|
# Needed to bypass deprecation check
|
|
ignore_assert_errors: true
|
|
|
|
# Remove anonymous access to cluster
|
|
remove_anonymous_access: true
|