Folks, I am using Google Cloud Kubernetes Engine. I want to browse through some of the logs that should be available namely kube-controller-manager logs. I am certain I have done this recently on the same setup but I can't figure it out now. So here's the thing:
kube-controller-manager
in the kube-system
namespace. I have tried: kubectl get pods -namespace=kube-system
/var/log
related to kube-controller-manager
. Connected to all nodes (VMs) via SSH and tried to browse /var/logs/
/etc/kubernetes/manifests
and it's kube-proxy
one. I was expecting to have kube-controller-manager
and a few others to be in that directory.Can someone point me to a place where I should be looking? Has this been changed recently on GKE?
The kube-controller-manager runs as a pod on the master and is managed by Google, therefore it is not accessible to the public. I do not believe that has been changed recently if ever.