About 50 results
Open links in new tab
  1. How do you increase maximum pods per node in K3S?

    Jan 26, 2021 · reload systemctl to pick up the service change: sudo systemctl daemon-reload restart k3s: sudo systemctl restart k3s Check the output of describe nodes with kubectl describe <node> …

  2. kubernetes k3s agent can't connect to master CA/SSL error

    Jan 24, 2021 · I am trying to deploy an application with k3s kubernetes. Currently I have two master nodes behind a load-balancer, and I have some issues connecting worker nodes to them. All nodes …

  3. Is there any way to bind K3s / flannel to another interface?

    Mar 3, 2021 · Problem: Installing k3s server without extra options will cause flannel to choose default network interface that in my case it was 'enp0s3' and I wanted 'enp0s8' be the default network …

  4. Etcd service not able to connect k3s - Stack Overflow

    Jun 26, 2023 · Etcd service not able to connect k3s Asked 2 years, 7 months ago Modified 1 year, 11 months ago Viewed 2k times

  5. K3s kubeconfig authenticate with token instead of client cert

    Dec 17, 2021 · K3s kubeconfig authenticate with token instead of client cert Asked 4 years, 1 month ago Modified 1 year ago Viewed 9k times

  6. Access local docker images with k3s - Stack Overflow

    Is there any way to access local docker images directly (without using 'docker save') with k3s? Like minikube accesses local docker images after running this command eval $(minikube docker-env) A

  7. K3s pod container with root privileges - Stack Overflow

    Apr 10, 2024 · sudo k3s ctr task exec -t --exec-id myshell --user root container_id_here /bin/sh This command correctly enters the container pod's shell as a root user with id 0, but I still can't make …

  8. Configuring K3S and Traefik Ingress to Expose TCP Port for SSH

    Apr 2, 2024 · Configuring K3S and Traefik Ingress to Expose TCP Port for SSH [closed] Asked 1 year, 10 months ago Modified 11 months ago Viewed 4k times

  9. why run k3s server on win11 wsl2 error:"Failed to start ...

    Jul 11, 2023 · I use wsl2-ubuntu on win11. And docker-desktop on win11. I have installed the latest version k3s from GitHub. I want to know how to solve this problem and run k3s server

  10. How do I run k3s within docker using the official rancher docker image

    Mar 19, 2022 · docker run -p 6443:6443 ranger/k3s:latest server Then, make sure the other container can resolve the FQDN for your K3S_URL, sending this to the host address where your initial server …