Can't see logs of kubernetes pod
问题 After installing kubernetes cluster following this guide I decided to check logs of system pod kube-scheduler to ensure that all works fine: kubectl logs --namespace kube-system kube-scheduler-user223225-pc but I got next error message: Error from server: Get https://10.2.2.131:10250/containerLogs/kube-system/kube-scheduler-user-pc/kube-scheduler: dial tcp 10.2.2.131:10250: getsockopt: no route to host I try to get logs from other pods and got the same error. I run the cluster on Ubuntu 16.04