python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
PLEG not healthy and kubernetes eviction policies
One of the reasons why PLEG could enter a failing state is because the grpc message grows over its defined 16MB max limit
What is not clear is what counts towards this size. Based on this comment, one...
carrotcakeslayer
Votes: 0
Answers: 0
k8s: health check fails via kubelet, but works via curl from worker where kubelet runs
Currently, I am facing an issue with my application: it does not become healthy due to the kubelet not being able to perform a successful health check.
From pod describe:
Warning Unhealthy 84...
opstalj
Votes: 0
Answers: 1
How to delete node in EKS managed node group if the Kubelet crashes or stops reporting?
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 cas...
yammering
Votes: 0
Answers: 1
enabling PodSharingNamespace for kubelets / Perf Setup on kubernetes
I was going through a tutorial that said
Ensure you are using Kubernetes 1.10+ and the following settings are enabled:
Feature-gate PodShareProcessNamespace=true is turned on for both apiserver and k...
ARandomDeveloper
Votes: 0
Answers: 1