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:
- There's no component anyhow related to
kube-controller-managerin thekube-systemnamespace. I have tried:kubectl get pods -namespace=kube-system - There's no logs if I am connecting to the VM running k8s node (any of them, I tried all) in
/var/logrelated tokube-controller-manager. Connected to all nodes (VMs) via SSH and tried to browse/var/logs/ - There seem to be only one manifest in
/etc/kubernetes/manifestsand it'skube-proxyone. I was expecting to havekube-controller-managerand 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?