Azure allocate node cidrs #8831
-
Hi there, Looking at errors, I believe the windows pods lack the The windows pods lack the --allocate-node-cidrs=true setting. Please please help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@grunthosbird Linkerd doesn't work with Windows nodes unfortunately. To route requests to and from the proxy in a pod's local network (i.e in the loopback interface for that specific pod), we set-up a few iptables rules. The Windows architecture doesn't support iptables; if we can't configure routing in the kernel for the host, then Linkerd will not work. Have a look at #3298 for some context. |
Beta Was this translation helpful? Give feedback.
@grunthosbird Linkerd doesn't work with Windows nodes unfortunately. To route requests to and from the proxy in a pod's local network (i.e in the loopback interface for that specific pod), we set-up a few iptables rules. The Windows architecture doesn't support iptables; if we can't configure routing in the kernel for the host, then Linkerd will not work.
Have a look at #3298 for some context.