Skip to content
Discussion options

You must be logged in to vote

Well, my problem was indeed etcd majority problems, so I ended up with 3 KVM hosts, having following setups:

Management:

version: "2.4"

services:
  server-manage:
    image: "rancher/k3s:latest"
    entrypoint: /entrypoint.sh
    command: "server --cluster-init --tls-san 192.168.100.106 --tls-san 127.0.0.1 --tls-san 10.110.101.0 --node-name server-manage --advertise-address 192.168.100.106 --https-listen-port 6443 --kube-proxy-arg=conntrack-max-per-core=0 --disable traefik --node-ip=10.110.101.0"
    tmpfs:
    - /run
    - /var/run
    privileged: true
    restart: always
    environment:
    - K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml
    - K3S_KUBECONFIG_MODE=666
    volumes:
    - 

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@Evengard
Comment options

@Evengard
Comment options

Comment options

You must be logged in to vote
1 reply
@Evengard
Comment options

Comment options

You must be logged in to vote
2 replies
@Evengard
Comment options

@Evengard
Comment options

Comment options

You must be logged in to vote
3 replies
@iwilltry42
Comment options

@Evengard
Comment options

@iwilltry42
Comment options

Answer selected by Evengard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants