Difference between revisions of "Kubelet"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
  
 
  [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
 
  [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
 +
 +
== Commands ==
 +
[[systemctl]] start snap.kubelet.daemon.service
 +
systemctl stop snap.kubelet.daemon.service
  
  

Revision as of 14:04, 19 April 2020

Kubelet is responsible for running containers on the node


/var/log/kubelet.log

Kubelet listen on port 10250


[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.

Commands

systemctl start snap.kubelet.daemon.service
systemctl stop snap.kubelet.daemon.service


Related terms

  • liveness probes: (livenessProbe)
  • readiness probes: (readinessProbe)
  • systemctl stop snap.kubelet.daemon.service

Activities

See also

Advertising: