Skip to content

Commit

Permalink
Update main.yml with cilium values
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine authored Jun 30, 2024
1 parent e2e03d6 commit 3cc1afc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,23 @@ rke2_agents_group_name: workers
# use-forwarded-headers: "true"
rke2_ingress_nginx_values: {}

# (Optional) Configure cilium via HelmChartConfig: https://docs.rke2.io/networking/basic_network_options#install-a-cni-plugin
# https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/
#rke2_cilium_values:
# hubble:
# enabled: true
# relay:
# enabled: true
# ui:
# enabled: true
rke2_cilium_values:
hubble:
enabled: true
relay:
enabled: true
ui:
enabled: true

# Cordon, drain the node which is being upgraded. Uncordon the node once the RKE2 upgraded
rke2_drain_node_during_upgrade: false

Expand Down

0 comments on commit 3cc1afc

Please sign in to comment.