This message was deleted.
# k3s
a
This message was deleted.
c
--kubelet-arg
is what you’re looking for
but these are already set by default
Copy code
INFO[0002] Running kubelet --address=0.0.0.0 --allowed-unsafe-sysctls=net.ipv4.ip_forward,net.ipv6.conf.all.forwarding --anonymous-auth=false --authentication-token-webhook=true --authorization-mode=Webhook [...]
f
Thanks an absolute ton Brandon.
l
@fierce-lighter-30479 as far as I know these args are not a requirement to use kube-prometheus-stack with K3s. But, seems like a potential good idea to do so.
We use it without them.
c
you don’t need to add them manually because they are already set for you, by default
🤔 1
l
Silly little me.