Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashloopbackoff #2

Open
Loki-1 opened this issue Feb 11, 2024 · 0 comments
Open

Crashloopbackoff #2

Loki-1 opened this issue Feb 11, 2024 · 0 comments

Comments

@Loki-1
Copy link

Loki-1 commented Feb 11, 2024

After Setting up Kubernetes cluster using kubeadm sometimes it works fine and sometimes I got error and pods also restart multiple times
image

below are the steps I did , can you please help me on this

  1. I setup K8s variable properly
    export KUBECONFIG=/etc/kubernetes/admin.conf or $HOME/.kube/config
  2. Checked disk space - it looks good
  3. The server/port configured in the config file correctly
  4. Port allowed in security group also
  5. did swapoff by using below commands
    sudo -i
    swapoff -a
    exit
    strace -eopenat kubectl version
    sudo systemctl restart kubelet.service

still I am facing same issue can you please help me to resolve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant