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…
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:…
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,…
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 …