Questions tagged [kubelet]

A kubelet is the primary node agent in Kubernetes.

You can find more information on Kubelets on the official Kubernetes documentation

5 questions
7
votes
1 answer

Where does k3s store it's "/var/lib/kubelet/config.yaml" file?

Referencing another answer here, they suggest setting evictionHard: imagefs.available: 1% memory.available: 100Mi nodefs.available: 1% nodefs.inodesFree: 1% In the file /var/lib/kubelet/config.yaml. However, I do not see that file in my k3s…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
1
vote
1 answer

Prometheus scrape config for kubelet node role not auth'ing

I have a kubernetes (not minikube) cluster (1.25) installed on a dedicated machine (1-node cluster). I installed Prometheus. I am using a ServiceAccount, Role, ClusterRoleBinding like this: apiVersion: v1 kind: Namespace metadata: name:…
codedread
  • 111
  • 2
1
vote
1 answer

Sharing volumes between pods on different clusters

we have two independent kubernetes clusters that work like Main and it's high available one. and we have some stateful applications that store data within cluster's persistent volumes. my question is .. can I share a PV between those two clusters,…
0
votes
1 answer

Where can I find the default arguments supplied to the internal Kublet Service in k3s?

If I want to find the default-arguments to the internal Kublet service, where can I find these documented?
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
0
votes
1 answer

Eviction manager: attempting to reclaim" resourceName="ephemeral-storage

When I run kubectl get pods -w --namespace kubeapps I see all my pods are pending NAME READY STATUS RESTARTS AGE kubeapps-internal-dashboard-584c686cc6-qwjnf 0/1 …
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85