ClareCat
Results
3
comments of
ClareCat
Yeah, this is the userAgent that is set in the manager k8s client. It's probably an option value in there.
Right now it seems like it's just using this default: https://github.com/kubernetes/client-go/blob/master/rest/config.go#L491-L505
I have also been trying to adjust the ndots setting in the /etc/resolv.conf that the kubelet injects into the containers. I found the source of the ndots 5 setting in...