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
Current workarounds are use e1000 interface, switch to host-gw backend,
or disable checksum offload.
Signed-off-by: Justin Garrison <[email protected]>
> Note: Using VMXNET network interfaces in VMware will cause the default [Flannel CNI](https://github.com/flannel-io/flannel) backend (vxlan) to not work between nodes.
70
+
> To avoid this problem it is recommended to use Intel e1000 network interfaces or apply the patch below to use the host [gateway backend](https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md).
71
+
72
+
If you apply the patch you can save this to a separate file (e.g. cni-patch.yaml) and apply it via `talosctl`.
73
+
74
+
```yaml
75
+
cluster:
76
+
network:
77
+
cni:
78
+
extraArgs:
79
+
- --flannel-backend=host-gw
80
+
```
81
+
69
82
## Set Environment Variables
70
83
71
84
`govc` makes use of the following environment variables
> Note: Using VMXNET network interfaces in VMware will cause the default [Flannel CNI](https://github.com/flannel-io/flannel) backend (vxlan) to not work between nodes.
70
+
> To avoid this problem it is recommended to use Intel e1000 network interfaces or apply the patch below to use the host [gateway backend](https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md).
71
+
72
+
If you apply the patch you can save this to a separate file (e.g. cni-patch.yaml) and apply it via `talosctl`.
73
+
74
+
```yaml
75
+
cluster:
76
+
network:
77
+
cni:
78
+
extraArgs:
79
+
- --flannel-backend=host-gw
80
+
```
81
+
69
82
## Set Environment Variables
70
83
71
84
`govc` makes use of the following environment variables
0 commit comments