Skip to content

getting 403 for kubernetes_logs from kube apiserver | AWS EKS #11149

Answered by spencergilbert
burlesque13 asked this question in Q&A
Discussion options

You must be logged in to vote

The current design of the chart doesn't deploy any RBAC resources unless you've deployed as an Agent (link). This is because it doesn't really make sense to use the kubernetes_logs source with an aggregator style deployment as Vector needs to be running on each node for that source to work properly.

I'd suggest setting role: "Agent" in your values (or --set role=Agent in your install command), which would include the linked RBAC resources needed to make requests to the API server. If you really need the source running on the aggregator roles feel free to open an issue at vectordotdev/helm-charts to discuss.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@burlesque13
Comment options

Answer selected by spencergilbert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants