-
We've just upgraded vom Linkerd 2.11.4 to 2.12.0 and notice Linkerd (now?) injects data plane proxies into the control plane. I actually can't quite remember if this was the case before the upgrade - the control plane has been installed into the exact same namespace set up as follows:
Is this somewhat intended behaviour? Especially as the namespace is annotated as As a side note...: I've only noticed the above because of a success rate below 100% for both
The origin IP is one of some DaemonSet pods on the same node...
... But - as mentioned above - that was only the root cause that had me look into the control plane noticing it suddenly (?) has data plane proxies injected. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The control plane has always run with proxies. The specific error you've seen is likely due to a timeout that was added to the controllers' admin servers. We think we've fixed this issue by changing the timeout (in #9272). This change will be included in this week's edge release and, assuming that goes well, we'll do a stable-2.12.1 release in the coming weeks. |
Beta Was this translation helpful? Give feedback.
The control plane has always run with proxies. The specific error you've seen is likely due to a timeout that was added to the controllers' admin servers. We think we've fixed this issue by changing the timeout (in #9272). This change will be included in this week's edge release and, assuming that goes well, we'll do a stable-2.12.1 release in the coming weeks.