You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Services pointing to Pods deployed to a worker node running on Ubuntu 22.04 always timeouts. Ubuntu 20.04 works without issues. See the screenshots below.
What Should Happen Instead?
Services pointing to Pods deployed Ubuntu 22.04 should resolve correctly.
Machines setup
I used 3 virtual machines on the same private network from a third party cloud provider for this setup, below is the hostname of each machine.
dev-kube-controller running Ubuntu 20.04
dev-kube-worker-1 running Ubuntu 20.04
dev-kube-worker-2 running Ubuntu 22.04
Reproduction Steps
Install MicroK8s on each of the machines normally.
This is besides the point, but I always get this issue at this step no matter which version of Ubuntu I have, so I apply this fix for every node separately.
I tried using Ubuntu 22.04 for all virtual machines. Running microk8s inspect this way shows a warning that I need to sudo iptables -P FORWARD ACCEPT which I did. I also did a sudo apt-get install iptables-persistent and a reboot for all virtual machines but the issue still persists. However, the warning doesn't show up anymore when running microk8s inspect.
Some screenshots
Note that if I were to add a dev-kube-worker-3 running Ubuntu 20.04, it works without any issues.
Are you interested in contributing with a fix?
Sure, if I can help in any way!
The text was updated successfully, but these errors were encountered:
Re-installing Ubuntu 22.04 as well as MicroK8s 1.24 solves this issue apparently. I'm not sure but I tried the setup from scratch and it all works now.
Summary
Services pointing to Pods deployed to a worker node running on Ubuntu 22.04 always timeouts. Ubuntu 20.04 works without issues. See the screenshots below.
What Should Happen Instead?
Services pointing to Pods deployed Ubuntu 22.04 should resolve correctly.
Machines setup
I used 3 virtual machines on the same private network from a third party cloud provider for this setup, below is the hostname of each machine.
dev-kube-controller
running Ubuntu 20.04dev-kube-worker-1
running Ubuntu 20.04dev-kube-worker-2
running Ubuntu 22.04Reproduction Steps
dev-kube-controller
dev-kube-worker-1
anddev-kube-worker-2
Introspection Report
inspection-report-20220513_114105.tar.gz
Additional context
I tried using Ubuntu 22.04 for all virtual machines. Running
microk8s inspect
this way shows a warning that I need tosudo iptables -P FORWARD ACCEPT
which I did. I also did asudo apt-get install iptables-persistent
and a reboot for all virtual machines but the issue still persists. However, the warning doesn't show up anymore when runningmicrok8s inspect
.Some screenshots
Note that if I were to add a
dev-kube-worker-3
running Ubuntu 20.04, it works without any issues.Are you interested in contributing with a fix?
Sure, if I can help in any way!
The text was updated successfully, but these errors were encountered: