Questions tagged [k3s]

39 questions
0
votes
2 answers

Calicoctl rejecting certificate on fresh k3s install

I have a fresh install of Ubuntu, a fresh install of k3s, and a fresh download of calicoctl. I have installed it the following way. curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644"\ INSTALL_K3S_EXEC="--flannel-backend=none…
0
votes
0 answers

k3s pods not deployed on correct node

I have a k3s cluster with several nodes, let's say 3 nodes. On each node, I have several pods to deploy. It's a "static deployment", meaning that I want to deploy each pod on a specific node. I don't want to let k3s do it automatically. For…
iAmoric
  • 121
  • 4
0
votes
1 answer

How to bring K3s server & pods up again after k3s-killall.sh

I am having K3s cluster with system pods (kube-system namespace) & my application pods (xyz-system namespace) running. I want to stop all of the K3s pods & reset the containerd state, so I used /usr/local/bin/k3s-killall.sh script and all pods got…
0
votes
1 answer

How can I restart or reset the custom namespace pods

I have a k3s cluster with kube-system pods and my application's (xyz-system namespace) pods: kube-system pod/calico-node-xxxx kube-system pod/calico-kube-controllers-xxxxxx kube-system …
solveit
  • 255
  • 2
  • 11
0
votes
0 answers

Unable to install K3s on Proxmox VM

I'm trying to create an HA k3s cluster using Proxmox and a small fleet of Raspberriy PIs 4B. For the PIs everything works fine, but when trying to install a master on a Proxmox VM it will not start. My Setup: Host: Proxmox 7.0.7 (I tried with 6.4.4…
kaidobit
  • 1
  • 2
0
votes
0 answers

NFS directory mounted twice on different namespaces

I have an existing nfs server containing my medias library (videos, music, ...). I have a working pod using that folder, installed this way: sudo helm install --generate-name --set nfs.server=192.168.1.2 --set nfs.path=/volume1/medias --set…
spi
  • 113
  • 4
0
votes
0 answers

Unable to join k3s agent to to k3s server

I created K3S master on AWS with Ubuntu 18.04 as follows: K3S MASTER SERVER IP=54.252.228.96 ubuntu@ip-10-0-0-62:~$ curl -sfL https://get.k3s.io | sh - sudo kubectl get nodes ip-10-0-0-62 Ready master 11s v1.18.8+k3s1 I created another…
learner
  • 101
  • 3
0
votes
1 answer

Unable to get k3s server running on ubuntu 18.04

I installed K3S on Ubuntu 18.04 as below: curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" chmod +x ./kubectl sudo mv…
learner
  • 101
  • 3
0
votes
1 answer

What does KubeProxyIncorrectIPVersion mean?

I keep seeing the following in kubectl get events: 7m53s Warning KubeProxyIncorrectIPVersion service/kubernetes fd93:5638:de0e::b90 in endpoints has incorrect IP version 7m52s Warning KubeProxyIncorrectIPVersion …
Roger Lipscombe
  • 2,057
  • 5
  • 24
  • 37
1 2
3