vlastv

Untitled

Oct 18th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. -- Logs begin at Tue 2020-09-29 04:58:24 UTC, end at Sun 2020-10-18 15:55:02 UTC. --
  2. Oct 17 22:18:44 localhost systemd[1]: Started kubelet: The Kubernetes Node Agent.
  3. Oct 17 22:18:48 localhost kubelet[883]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
  4. Oct 17 22:18:48 localhost kubelet[883]: Flag --resolv-conf has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
  5. Oct 17 22:18:48 localhost kubelet[883]: Flag --feature-gates has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
  6. Oct 17 22:18:48 localhost kubelet[883]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
  7. Oct 17 22:18:48 localhost kubelet[883]: Flag --resolv-conf has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
  8. Oct 17 22:18:48 localhost kubelet[883]: Flag --feature-gates has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
  9. Oct 17 22:18:48 localhost kubelet[883]: I1017 22:18:48.602510 883 server.go:425] Version: v1.15.3
  10. Oct 17 22:18:48 localhost kubelet[883]: I1017 22:18:48.602735 883 plugins.go:103] No cloud provider specified.
  11. Oct 17 22:18:48 localhost kubelet[883]: I1017 22:18:48.602757 883 server.go:791] Client rotation is on, will bootstrap in background
  12. Oct 17 22:18:48 localhost kubelet[883]: I1017 22:18:48.651692 883 certificate_store.go:129] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
  13. Oct 17 22:18:48 localhost kubelet[883]: E1017 22:18:48.708693 883 certificate_manager.go:400] Failed while requesting a signed certificate from the master: cannot create certificate signing request: Post https://78.46.45.146:6443/apis/certificates.k8s.io/v1beta1/certificatesigningrequests: dial tcp 78.46.45.146:6443: connect: connection refused
  14. Oct 17 22:18:50 localhost kubelet[883]: E1017 22:18:50.867942 883 certificate_manager.go:400] Failed while requesting a signed certificate from the master: cannot create certificate signing request: Post https://78.46.45.146:6443/apis/certificates.k8s.io/v1beta1/certificatesigningrequests: dial tcp 78.46.45.146:6443: connect: connection refused
  15. Oct 17 22:18:55 localhost kubelet[883]: E1017 22:18:55.076082 883 certificate_manager.go:400] Failed while requesting a signed certificate from the master: cannot create certificate signing request: Post https://78.46.45.146:6443/apis/certificates.k8s.io/v1beta1/certificatesigningrequests: dial tcp 78.46.45.146:6443: connect: connection refused
  16. Oct 17 22:19:17 localhost kubelet[883]: E1017 22:19:17.926208 883 certificate_manager.go:400] Failed while requesting a signed certificate from the master: cannot create certificate signing request: Post https://78.46.45.146:6443/apis/certificates.k8s.io/v1beta1/certificatesigningrequests: dial tcp 78.46.45.146:6443: connect: connection refused
  17. Oct 17 22:19:35 localhost kubelet[883]: E1017 22:19:35.324679 883 certificate_manager.go:400] Failed while requesting a signed certificate from the master: cannot create certificate signing request: Post https://78.46.45.146:6443/apis/certificates.k8s.io/v1beta1/certificatesigningrequests: dial tcp 78.46.45.146:6443: connect: connection refused
  18. Oct 17 22:19:35 localhost kubelet[883]: E1017 22:19:35.324718 883 certificate_manager.go:290] Reached backoff limit, still unable to rotate certs: timed out waiting for the condition
  19. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.886135 883 server.go:661] --cgroups-per-qos enabled, but --cgroup-root was not specified. defaulting to /
  20. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.904713 883 container_manager_linux.go:270] container manager verified user specified cgroup-root exists: []
  21. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.904776 883 container_manager_linux.go:275] Creating Container Manager object based on Node Config: {RuntimeCgroupsName: SystemCgroupsName: KubeletCgroupsName: ContainerRuntime:docker CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:cgroupfs KubeletRootDir:/var/lib/kubelet ProtectKernelDefaults:false NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: EnforceNodeAllocatable:map[pods:{}] KubeReserved:map[] SystemReserved:map[] HardEvictionThresholds:[{Signal:nodefs.inodesFree Operator:LessThan Value:{Quantity:<nil> Percentage:0.05} GracePeriod:0s MinReclaim:<nil>} {Signal:imagefs.available Operator:LessThan Value:{Quantity:<nil> Percentage:0.15} GracePeriod:0s MinReclaim:<nil>} {Signal:memory.available Operator:LessThan Value:{Quantity:100Mi Percentage:0} GracePeriod:0s MinReclaim:<nil>} {Signal:nodefs.available Operator:LessThan Value:{Quantity:<nil> Percentage:0.1} GracePeriod:0s MinReclaim:<nil>}]} QOSReserved:map[] ExperimentalCPUManagerPolicy:none ExperimentalCPUManagerReconcilePeriod:10s ExperimentalPodPidsLimit:-1 EnforceCPULimits:true CPUCFSQuotaPeriod:100ms}
  22. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.904991 883 container_manager_linux.go:295] Creating device plugin manager: true
  23. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.930979 883 state_mem.go:36] [cpumanager] initializing new in-memory state store
  24. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.993584 883 state_mem.go:84] [cpumanager] updated default cpuset: ""
  25. Oct 17 22:19:42 localhost kubelet[883]: I1017 22:19:42.993602 883 state_mem.go:92] [cpumanager] updated cpuset assignments: "map[]"
  26. Oct 17 22:19:43 localhost kubelet[883]: I1017 22:19:43.044667 883 kubelet.go:281] Adding pod path: /etc/kubernetes/manifests
  27. Oct 17 22:19:43 localhost kubelet[883]: I1017 22:19:43.044731 883 kubelet.go:306] Watching apiserver
  28. Oct 17 22:19:43 localhost kubelet[883]: E1017 22:19:43.097179 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://78.46.45.146:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  29. Oct 17 22:19:43 localhost kubelet[883]: E1017 22:19:43.108413 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:453: Failed to list *v1.Node: Get https://78.46.45.146:6443/api/v1/nodes?fieldSelector=metadata.name%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  30. Oct 17 22:19:43 localhost kubelet[883]: E1017 22:19:43.108423 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:444: Failed to list *v1.Service: Get https://78.46.45.146:6443/api/v1/services?limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  31. Oct 17 22:19:43 localhost kubelet[883]: I1017 22:19:43.198883 883 client.go:75] Connecting to docker on unix:///var/run/docker.sock
  32. Oct 17 22:19:43 localhost kubelet[883]: I1017 22:19:43.198903 883 client.go:104] Start docker client with request timeout=2m0s
  33. Oct 17 22:19:44 localhost kubelet[883]: E1017 22:19:44.097648 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://78.46.45.146:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  34. Oct 17 22:19:44 localhost kubelet[883]: E1017 22:19:44.108834 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:453: Failed to list *v1.Node: Get https://78.46.45.146:6443/api/v1/nodes?fieldSelector=metadata.name%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  35. Oct 17 22:19:44 localhost kubelet[883]: E1017 22:19:44.109946 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:444: Failed to list *v1.Service: Get https://78.46.45.146:6443/api/v1/services?limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  36. Oct 17 22:19:45 localhost kubelet[883]: E1017 22:19:45.098364 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://78.46.45.146:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  37. Oct 17 22:19:45 localhost kubelet[883]: E1017 22:19:45.109353 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:453: Failed to list *v1.Node: Get https://78.46.45.146:6443/api/v1/nodes?fieldSelector=metadata.name%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  38. Oct 17 22:19:45 localhost kubelet[883]: E1017 22:19:45.110283 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:444: Failed to list *v1.Service: Get https://78.46.45.146:6443/api/v1/services?limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  39. Oct 17 22:19:46 localhost kubelet[883]: E1017 22:19:46.098774 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://78.46.45.146:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  40. Oct 17 22:19:46 localhost kubelet[883]: E1017 22:19:46.109735 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:453: Failed to list *v1.Node: Get https://78.46.45.146:6443/api/v1/nodes?fieldSelector=metadata.name%3Dlocalhost&limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  41. Oct 17 22:19:46 localhost kubelet[883]: E1017 22:19:46.110762 883 reflector.go:125] k8s.io/kubernetes/pkg/kubelet/kubelet.go:444: Failed to list *v1.Service: Get https://78.46.45.146:6443/api/v1/services?limit=500&resourceVersion=0: dial tcp 78.46.45.146:6443: connect: connection refused
  42.  
Add Comment
Please, Sign In to add comment