You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set the calico backend from "bird" to "vxlan": `calico_backend: "vxlan"`
96
97
-`CALICO_IPV4POOL_CIDR` was set to "10.1.0.0/16"
97
-
-`CNI_NET_DIR`was set to "/var/snap/microk8s/current/args/cni-network"
98
+
-`CNI_NET_DIR`had to be added and set to "/var/snap/microk8s/current/args/cni-network"
98
99
- We set the following mount paths:
99
100
1.`var-run-calico` to `/var/snap/microk8s/current/var/run/calico`
100
101
1.`var-lib-calico` to `/var/snap/microk8s/current/var/lib/calico`
@@ -104,7 +105,6 @@ At the time of the v3.23.4 release. The `calico.yaml` manifest is a slightly mod
104
105
1.`host-local-net-dir` to `/var/snap/microk8s/current/var/lib/cni/networks`
105
106
1.`policysync` to `/var/snap/microk8s/current/var/run/nodeagent`
106
107
- We enabled vxlan following the instructions in [the official docs.](https://docs.projectcalico.org/getting-started/kubernetes/installation/config-options#switching-from-ip-in-ip-to-vxlan)
107
-
-`FELIX_LOGSEVERITYSCREEN` was set to "error"
108
108
- The `liveness` and `readiness` probes of `bird-live` was commented out
109
109
- We set the IP autodetection method to
110
110
@@ -116,7 +116,7 @@ At the time of the v3.23.4 release. The `calico.yaml` manifest is a slightly mod
116
116
```dtd
117
117
"nodename_file_optional": true,
118
118
```
119
-
- The sys `mountpath` is commented out. This disables eBPF support but allows the CNI to deploy inside an LXC container.
119
+
- The `mount-bpffs` pod is commented out. This disables eBPF support but allows the CNI to deploy inside an LXC container.
0 commit comments