Questions tagged [k3sup]

8 questions
1
vote
1 answer

having problem when using k3sup join command

I have generated ssh-key on client and copied them to master and worker nodes. The path is ~/.ssh/id_rsa. I have this error and using sudo -S doesn't fix it too. k3sup join --ip $WORKER_IP --user $WORKER_USER --server-ip $MASTER_IP --server-user…
nana
  • 11
  • 2
1
vote
1 answer

Connection refused from pod to pod via service clusterIP

Something wrong happend with my RPi 4 cluster based on k3sup. Everything works as expected until yesterday when I had to reinstall master node operating system. For example, I have a redis installed on master node and then some pods on worker nodes.…
psalkowski
  • 414
  • 1
  • 8
  • 20
1
vote
1 answer

Kubernetes service is not reachable throw browser

I've deployed a small K3S cluster with a master and two workers: The VMs were made with Multipass: $ multipass ls Name State IPv4 Image master-node Running 10.200.68.230 Ubuntu…
Manitoba
  • 8,522
  • 11
  • 60
  • 122
0
votes
1 answer

How to install K3s without ServiceLB

I'm trying to install k3s by using k3sup. I want also to use kube-vip instead of ServiceLB. For this reason, I first tried to install k3s on the control node with the following command: k3sup install --k3s-channel stable --ip $CTRL_IP --user myuser…
sctx
  • 128
  • 2
  • 11
0
votes
1 answer

k3sup install older kubectl version v1.24.3

I'm using crunchydata/postgres-operator for my k3s based setup however I have started getting error as below due to latest version on kubectl: time="2022-10-28T20:49:40Z" level=debug msg="debug flag set to true"…
user1988
  • 811
  • 2
  • 8
  • 17
0
votes
0 answers

k3s multimaster with embedded etcd is failing to form join cluster

I have two fresh ubuntu VM(s) VM-1 (65.0.54.158) VM-2 (65.2.136.2) I am trying to set up a HA k3s cluster with embedded ETCD. I am referring to the official document Here is what I have executed on VM-1 curl -sfL https://get.k3s.io |…
0
votes
1 answer

Can pods be deployed on k3s nodes with roles control-plane,etcd,master

I have followed this tutorial https://vmguru.com/2021/04/how-to-install-rancher-on-k3s/ At the end of it I end up with a running k3s cluster with 3 nodes kubectl get nodes NAME STATUS ROLES AGE VERSION master1 …
PrestonDocks
  • 4,851
  • 9
  • 47
  • 82
0
votes
1 answer

Use Kubernetes to deploy a single app to multiple servers

I'd like to deploy a single app to multiple servers in one time. I'm using Kubernetes and K3S to easily deploy containers. Basically, I have a master server that I run and multiple servers that are localed in my customers facilities. Master server…
Manitoba
  • 8,522
  • 11
  • 60
  • 122