mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(cilium): revert to KubePrism
panic segfault with apiServerURLs
This commit is contained in:
@@ -32,10 +32,10 @@ ipam:
|
||||
mode: kubernetes
|
||||
kubeProxyReplacement: true
|
||||
### Talos 1.5 and above come with KubePrism which is an internal TCP load balancer for kube-apiserver. DO NOT COPY IF NOT ON TALOS OR A KUBEPRISM-SUPPORTED KUBERNETES DISTRIBUTION!!!
|
||||
# k8sServiceHost: "127.0.0.1"
|
||||
# k8sServicePort: "7445"
|
||||
k8s:
|
||||
apiServerURLs: "https://${IP_ROUTER_VLAN_K8S_PREFIX}1:6443 https://${IP_ROUTER_VLAN_K8S_PREFIX}2:6443 https://${IP_ROUTER_VLAN_K8S_PREFIX}3:6443"
|
||||
k8sServiceHost: "127.0.0.1"
|
||||
k8sServicePort: "7445"
|
||||
# k8s:
|
||||
# apiServerURLs: "https://${IP_ROUTER_VLAN_K8S_PREFIX}1:6443 https://${IP_ROUTER_VLAN_K8S_PREFIX}2:6443 https://${IP_ROUTER_VLAN_K8S_PREFIX}3:6443"
|
||||
kubeProxyReplacementHealthzBindAddr: "0.0.0.0:10256"
|
||||
enableIPv4Masquerade: false # BGP advertise PodCIDR so only FortiGate does NAT
|
||||
directRoutingSkipUnreachable: true # use local L2 within cluster while outside cluster uses BGP
|
||||
|
||||
Reference in New Issue
Block a user