Merge branch 'kubernetes-sigs:master' into master
This commit is contained in:
@ -14,4 +14,4 @@
|
||||
|
||||
## The repo and tag of the external Huawei Cloud Controller image
|
||||
# external_huawei_cloud_controller_image_repo: "swr.ap-southeast-1.myhuaweicloud.com"
|
||||
# external_huawei_cloud_controller_image_tag: "v0.26.6"
|
||||
# external_huawei_cloud_controller_image_tag: "v0.26.8"
|
||||
|
@ -26,10 +26,10 @@
|
||||
## Two options - Override entire repository or override only a single binary.
|
||||
|
||||
## [Optional] 1 - Override entire binary repository
|
||||
# github_url = "https://my_github_proxy"
|
||||
# dl_k8s_io_url = "https://my_dl_k8s_io_proxy"
|
||||
# storage_googleapis_url = "https://my_storage_googleapi_proxy"
|
||||
# get_helm_url = "https://my_helm_sh_proxy"
|
||||
# github_url: "https://my_github_proxy"
|
||||
# dl_k8s_io_url: "https://my_dl_k8s_io_proxy"
|
||||
# storage_googleapis_url: "https://my_storage_googleapi_proxy"
|
||||
# get_helm_url: "https://my_helm_sh_proxy"
|
||||
|
||||
## [Optional] 2 - Override a specific binary
|
||||
## CNI Plugins
|
||||
|
@ -25,9 +25,9 @@
|
||||
# external_openstack_lbaas_network_id: "Neutron network ID to create LBaaS VIP"
|
||||
# external_openstack_lbaas_manage_security_groups: false
|
||||
# external_openstack_lbaas_create_monitor: false
|
||||
# external_openstack_lbaas_monitor_delay: 5
|
||||
# external_openstack_lbaas_monitor_delay: 5s
|
||||
# external_openstack_lbaas_monitor_max_retries: 1
|
||||
# external_openstack_lbaas_monitor_timeout: 3
|
||||
# external_openstack_lbaas_monitor_timeout: 3s
|
||||
# external_openstack_lbaas_internal_lb: false
|
||||
# external_openstack_network_ipv6_disabled: false
|
||||
# external_openstack_network_internal_networks: []
|
||||
@ -42,7 +42,7 @@
|
||||
# external_openstack_application_credential_secret:
|
||||
|
||||
## The tag of the external OpenStack Cloud Controller image
|
||||
# external_openstack_cloud_controller_image_tag: "latest"
|
||||
# external_openstack_cloud_controller_image_tag: "v1.28.2"
|
||||
|
||||
## Tags for the Cinder CSI images
|
||||
## registry.k8s.io/sig-storage/csi-attacher
|
||||
|
@ -28,7 +28,7 @@ local_path_provisioner_enabled: false
|
||||
# local_path_provisioner_reclaim_policy: Delete
|
||||
# local_path_provisioner_claim_root: /opt/local-path-provisioner/
|
||||
# local_path_provisioner_debug: false
|
||||
# local_path_provisioner_image_repo: "rancher/local-path-provisioner"
|
||||
# local_path_provisioner_image_repo: "{{ docker_image_repo }}/rancher/local-path-provisioner"
|
||||
# local_path_provisioner_image_tag: "v0.0.24"
|
||||
# local_path_provisioner_helper_image_repo: "busybox"
|
||||
# local_path_provisioner_helper_image_tag: "latest"
|
||||
@ -171,6 +171,7 @@ cert_manager_enabled: false
|
||||
# MetalLB deployment
|
||||
metallb_enabled: false
|
||||
metallb_speaker_enabled: "{{ metallb_enabled }}"
|
||||
metallb_namespace: "metallb-system"
|
||||
# metallb_version: v0.13.9
|
||||
# metallb_protocol: "layer2"
|
||||
# metallb_port: "7472"
|
||||
@ -233,7 +234,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
|
||||
# - pool2
|
||||
|
||||
argocd_enabled: false
|
||||
# argocd_version: v2.8.4
|
||||
# argocd_version: v2.11.0
|
||||
# argocd_namespace: argocd
|
||||
# Default password:
|
||||
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
|
||||
|
@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
|
||||
kube_api_anonymous_auth: true
|
||||
|
||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
||||
kube_version: v1.29.3
|
||||
kube_version: v1.29.5
|
||||
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
|
@ -19,7 +19,7 @@ calico_cni_name: k8s-pod-network
|
||||
# add default ippool name
|
||||
# calico_pool_name: "default-pool"
|
||||
|
||||
# add default ippool blockSize (defaults kube_network_node_prefix)
|
||||
# add default ippool blockSize
|
||||
calico_pool_blocksize: 26
|
||||
|
||||
# add default ippool CIDR (must be inside kube_pods_subnet, defaults to kube_pods_subnet otherwise)
|
||||
|
Reference in New Issue
Block a user