Replies: 1 comment
-
So I believe I the problem is that the agent and metrics containers have their security context configured different. Metrics container is run as non-root:
While agent is run as root:
And this is the reason why metrics container can't read the metrics from
I'll open a new issue (#223), since this seems as a bug to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running the operator on Talos v1.9.1.
When I
k port-forward svc/wireguard-metrics-svc 9586:9586
and openhttp://localhost:9586/metrics
I get only:So I set
--verbose "true"
arg on metric container and got:Then I tried to add
--prepend-sudo "true"
arg to metrics container and got:Any help would be appreciated 🙏 .
Beta Was this translation helpful? Give feedback.
All reactions