Robin Jespersen

Results 16 comments of Robin Jespersen

`sudo iptables -t nat -nL |grep "10\.152\.183\."` returns on all nodes ``` KUBE-SVC-NPX46M4PTMTKRN6Y tcp -- 0.0.0.0/0 10.152.183.1 /* default/kubernetes:https cluster IP */ tcp dpt:443 KUBE-SVC-B62C23KNXVA7TMZN tcp -- 0.0.0.0/0 10.152.183.247 /*...

`microk8s status` returns ``` microk8s is running high-availability: yes datastore master nodes: XXX.XXX.XXX.XXX:19001 XXX.XXX.XXX.XXX:19001 XXX.XXX.XXX.XXX:19001 datastore standby nodes: none addons: enabled: ha-cluster # Configure high availability on the current node...

Thx for the hint. I removed everything with `sudo snap remove microk8s --purge` and installed it with `sudo snap install microk8s --classic --channel=1.24/stable` and tried everything again, but still the...

should not be necessary as the hostnames are public reachable DNS names I already tried adding the nodes like this `microk8s join host.name:25000/92b2db237428470dc4fcfc4ebbd9dc81/2c0cb3284b05` but no success either.

`ifconfig` returns on the first onde ``` cali8f14469af57: flags=4163 mtu 1500 inet6 fe80::ecee:eeff:feee:eeee prefixlen 64 scopeid 0x20 ether ee:ee:ee:ee:ee:ee txqueuelen 0 (Ethernet) RX packets 51413 bytes 4344562 (4.3 MB) RX...

I purged the installation on node three and reinstalled microk8s and joined the cluster again. Now `ifconfig` shows ``` calie8f9a2c7112: flags=4163 mtu 1500 inet6 fe80::ecee:eeff:feee:eeee prefixlen 64 scopeid 0x20 ether...

> Excluding network interface lo, cali* and vxlan, you only have ens? yes > In short does it follow the rules here? https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names yes > All calico pods are stable?...

@usersina thanks for the hint but does not help :-( My nodes are only on a public network, so I entered in both files the public IPs. Before and after...

Meanwhile I also replaced one node by a Debian 11. But still exactly the same behavior.

Creating this on github took me 5 minutes. I am trying to create this on gitlab.com. After 15 minutes of waiting for my fork of the repository I got the...