Compare commits

...

3 Commits

Author SHA1 Message Date
Techno Tim
096e62ad7b Merge bb4d02beb7 into b86156b995 2024-07-26 22:53:48 +00:00
Timothy Stewart
bb4d02beb7 chore(deps): Updated dependencies 2024-07-26 17:53:39 -05:00
Timothy Stewart
210f1ea6ce chore(deps): Updated dependencies 2024-07-26 16:55:38 -05:00

View File

@@ -1,5 +1,5 @@
---
k3s_version: v1.30.1+k3s1
k3s_version: v1.30.2+k3s2
# this is the user that has ssh access to these machines
ansible_user: ansibleuser
systemd_dir: /etc/systemd/system
@@ -19,7 +19,7 @@ calico_tag: "v3.28.0" # calico version tag
# ensure v4.19.57, v5.1.16, v5.2.0 or more recent kernel
# cilium_iface: "eth0"
cilium_mode: "native" # native when nodes on same subnet or using bgp, else set routed
cilium_tag: "v1.15.6" # cilium version tag
cilium_tag: "v1.16.0" # cilium version tag
cilium_hubble: true # enable hubble observability relay and ui
# if using calico or cilium, you may specify the cluster pod cidr pool
@@ -72,7 +72,7 @@ extra_agent_args: >-
{{ extra_args }}
# image tag for kube-vip
kube_vip_tag_version: "v0.8.1"
kube_vip_tag_version: "v0.8.2"
# tag for kube-vip-cloud-provider manifest
# kube_vip_cloud_provider_tag_version: "main"
@@ -93,8 +93,8 @@ metal_lb_mode: "layer2"
# metal_lb_bgp_peer_address: "192.168.30.1"
# image tag for metal lb
metal_lb_speaker_tag_version: "v0.14.5"
metal_lb_controller_tag_version: "v0.14.5"
metal_lb_speaker_tag_version: "v0.14.8"
metal_lb_controller_tag_version: "v0.14.8"
# metallb ip range for load balancer
metal_lb_ip_range: "192.168.30.80-192.168.30.90"