Skip to content

Commit 2d6adff

Browse files
config: enables calico typha as default (#464)
1 parent f9bcf94 commit 2d6adff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/common/group_vars/k8s_cluster/ck8s-k8s-cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ kubelet_config_extra_args:
5555
calico_ipip_mode: "Always"
5656
calico_vxlan_mode: "Never"
5757
calico_network_backend: "bird"
58+
typha_enabled: true
59+
typha_prometheusmetricsenabled: true
5860

5961
dns_extra_tolerations: [{effect: NoSchedule, operator: Exists}]
6062
coredns_additional_error_config: |

0 commit comments

Comments
 (0)