kubelet Questions

3

Solved

I'm using MicroK8S in Ubuntu. I'm trying to run a simple "hello world" program but I got the error when a pod is created. kubelet does not have ClusterDNS IP configured and cannot create...
Psychotherapy asked 1/1, 2020 at 6:56

4

I try to stack up my kubeadm cluster with three masters. I receive this problem from my init command... [kubelet-check] Initial timeout of 40s passed. Unfortunately, an error has occurred: ...
Sinclare asked 23/1, 2019 at 15:0

5

I am making test Cluster following this instructions: https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/ and https://kubernetes.io/docs/getting-started-guides/fe...
Enemy asked 6/3, 2019 at 10:27

4

Solved

I am trying to deploy a K8s cluster from scratch using Kelsey Hightower's Learn Kubernetes the Hard Way guide. In my case I am using Vagrant and VirtualBox. Each of My Master and Workers have a DHC...
Saenz asked 1/3, 2019 at 10:17

3

KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized I don't know how to make the netw...
Rooney asked 6/10, 2018 at 5:17

2

Solved

I basically want to find the hard eviction strategy that kubelet is currently using. I checked the settings in the /etc/systemd/system/kubelet.service file on my K8s node. In that the strategy I me...
Lindgren asked 11/9, 2018 at 3:46

1

I am using aws EKS with a managed node group. Twice in the passed couple of weeks I had a case where the Kubelet in one of the nodes crashed or stopped reporting back to the control plane. In this ...
Arguelles asked 7/3, 2022 at 10:30

6

When I do kubectl top pods/nodes I am getting the following error: metrics not available yet When I check the logs I am getting $ kubectl logs metrics-server-7df4c4484d-h75wr -n kube-system -c me...
Ostrander asked 8/10, 2018 at 12:32

3

Solved

Kubernetes admin can use --cluster-domain to customize cluster domain instead of using default one: cluster.local Kubelet Configs. So the question is, how does an application pod check this domai...
Quadrivial asked 23/10, 2018 at 3:34

7

I am trying to configure a 2 node Kubernetes cluster. First I am trying to configure the master node of the cluster on a CentOS VM. I have initialized the cluster using 'kubeadm init --apiser...
Tented asked 2/10, 2018 at 13:22

6

Solved

When I run $ kubectl logs <container> I get the logs of my pods. But where are the files for those logs? Some sources says /var/log/containers/ others says /var/lib/docker/containers/ bu...
Shulamite asked 20/12, 2017 at 22:30

2

Since GKE upgraded to 1.21.10-gke.2000 I see these errors in the konnectivity-agent logs every 5 minutes or so. I cannot detect any consequences to these problems, but I cannot get them to go away ...
Clothbound asked 9/5, 2022 at 8:17

11

Configuration for cgroup driver is right in /etc/systemd/system/kubelet.service.d/10-kubeadm.conf Environment="KUBELET_CGROUP_ARGS=--cgroup-driver=systemd" I also checked the Environment with cl...
Kastroprauxel asked 16/8, 2017 at 8:0

4

I am trying to install kubernetes cluster with vagrant and ansible and it does not work. As the error message, I've got: TASK [Configure node ip] ************************************************...
Avionics asked 16/11, 2019 at 16:48

1

Solved

This is sort of strange behavior in our K8 cluster. When we try to deploy a new version of our applications we get: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up s...
Optative asked 11/11, 2021 at 5:46

2

Solved

EDIT 1 In response to the comments I have included additional information. $ kubectl get pods --namespace kube-system NAME READY STATUS RESTARTS AGE coredns-66bff467f8-lkwfn 0/1 ContainerCreating...
Hallux asked 16/6, 2020 at 12:3

3

Solved

I'm trying to change the CPU Manager Policy for a Kubernetes cluster that I manage, as described here however, I've run into numerous issues while doing so. The cluster is running in DigitalOcean ...
Schach asked 17/1, 2019 at 1:29

4

In Kubernetes , is there a particular way I can check if a specific feature-gate is enabled/disabled. Say, I want to check if MountPropagation feature is enabled in my cluster. How do I do that.
Fid asked 21/5, 2018 at 3:4

2

Two of my cluster nodes gets Kubelet stopped posting node status in kubectl describe node sometimes. In logs of that nodes i see this: Dec 11 12:01:03 alma-kube1 kubelet[946]: E1211 06:01:03.16699...
Mclain asked 11/12, 2019 at 10:50

1

Solved

Following this tutorial, I set up a worker node for my cluster. However, after running the join command and attempting kubectl get node to verify the node was connected, I am met with the following...
Adina asked 15/2, 2021 at 18:8

1

When enabling only egress network policies, all readiness and liveness checks fail after pods are restarted. This is what I see when describing the pod: Warning Unhealthy 115s (x7 over 2m55s) kubel...
Halfcocked asked 15/10, 2020 at 19:45

3

Solved

I have created a GKE private cluster (version: 1.13.6-gke.13) using the following command: gcloud container clusters create a-cluster-with-user-pass \ --network vpc-name \ --subnetwork subnet-na...

5

Solved

I know that the Kubelet process on each Kubernetes node exposes a simple API server, but I cannot find any documentation for it. Does someone know of a resource that has it?
Malapert asked 29/1, 2016 at 1:9

1

Solved

There are previous questions about Self managed Kubernetes clusters located here. But they don't cover the use case for Amazon Linux(AWS EKS provided AMIs) Where are the Kubernetes kubelet lo...
Sporophore asked 1/11, 2019 at 21:0

4

Can anybody let me know how can we access the service deployed on one pod via another pod in a kubernetes cluster? Example: There is a nginx service which is deployed on Node1 (having pod name as...
Juncture asked 21/11, 2018 at 6:16

© 2022 - 2025 — McMap. All rights reserved.