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
When changing deployment Mode of the otel-collector from daemonset to e.g. statefulset, the Internal Traffic Policy for the services should change. Unfortunately, the operator does not reconcile changes on the ITP, so the service ends up having internalTrafficPolicy: Local. Accessing the service from other nodes therefore fails.
The text was updated successfully, but these errors were encountered:
When changing deployment Mode of the otel-collector from daemonset to e.g. statefulset, the Internal Traffic Policy for the services should change. Unfortunately, the operator does not reconcile changes on the ITP, so the service ends up having
internalTrafficPolicy: Local
. Accessing the service from other nodes therefore fails.The text was updated successfully, but these errors were encountered: