About 5,080,000 results
Open links in new tab
  1. 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 …

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

  3. Accessing a remote k3s cluster via Lens IDE - Stack Overflow

    Jun 14, 2021 · I was trying to configure a new installation of Lens IDE to work with my remote cluster (on a remote server, on a VM), but encountered some errors and can't find a proper …

  4. kubernetes - Run k3s in Rootless-mode - Stack Overflow

    Jun 21, 2022 · In unit file k3s-rootless.service I used the wrong snapshotter. For containerd in k3s rootless-mode it has to be '--snapshotter=fuse-overlayfs'. fuse-overlayf also need to be …

  5. k3s - Clean way to connect to services running on the same host …

    Dec 14, 2022 · 2 I have a single node Kubernetes cluster, installed using k3s on bare metal. I also run some services on the host itself, outside the Kubernetes cluster. Currently I use the …

  6. How do I access api controller config in lightweight K3s

    K3s bundles the Kubernetes components (kube-apiserver, kube-controller-manager, kube-scheduler, kubelet, kube-proxy) into combined processes that are presented as a simple …

  7. K3s - create user with client certificate - Stack Overflow

    Jan 28, 2020 · K3s - create user with client certificate Asked 5 years, 10 months ago Modified 5 years, 10 months ago Viewed 9k times

  8. Error: Kubernetes cluster unreachable: Get "http://localhost:8080 ...

    Jul 24, 2020 · Similar to the answer, in the case that a helm chart should be installed on k3s, the --kubeconfig parameter should be used for the helm command, specifying the location of the …

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

  10. How to change/set k8s master node internal-ip or public-ip?

    Nov 13, 2019 · 3 I have installed k3s on a Cloud VM. (k3s is very similar to k8s. ) k3s server start as a master node. And the master node's label shows internal-ip is 192.168.xxx.xxx. And the …