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 …

  2. kubernetes - k3s debuging dns resolution - Stack Overflow

    Sep 22, 2022 · k3s debuging dns resolution Asked 3 years, 4 months ago Modified 2 years, 1 month ago Viewed 5k times

  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 …

  4. 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 …

  5. 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 …

  6. K3s kubeconfig authenticate with token instead of client cert

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

  7. Audit log file not created in k3s cluster after enabling API server ...

    Aug 16, 2023 · I have a 6 node k3s cluster (3 master/control-plane nodes and 3 worker nodes) that I'm trying to enable API service audit logging for. I'm running k3s version v1.25.0+k3s1 on …

  8. How to Increase K3s Default Storage Space - Stack Overflow

    Sep 25, 2023 · I've checked various config files for k3s and can't seem to pinpoint any place where this value is set on creation or configured after the fact. Much of the documentation …

  9. I get a token error when creating k3s cluster (2nd node)

    Aug 13, 2021 · when creating a HA k3s cluster, the first master node goes well, but the second node fails with this error "starting kubernetes: preparing server: bootstrap data already found …

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

    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 …