Closed jdkandersson closed 2 years ago
@addyess I think I just ran into this, and I think it's because on 22.04 there is a clash between the iptables rules in Docker and LXD - which you've likely come across before.
I added a workaround in my CI pipeline here: https://github.com/jnsgruk/parca-k8s-operator/commit/891fa34848bf4a3db7675460f33e28895cc8787b
I think adding those iptables
commands into the setup would likely solve this issue too?
FTR, this is where I changed the base for the runner: https://github.com/jnsgruk/parca-k8s-operator/commit/132a1bd606b54a4f004e1acbab755d9f942ed1cc
@jnsgruk does this affect only the lxd
provider? Or should it be adjusted for more than just lxd?
So I was actually on MicroK8s -- mine was bailing when doing a charmcraft pack from my integration tests because the container it created couldn't access the internet. My suspicion is that's what is happening here
(So tl;dr I think it should be a change for all providers right after all the tools are installed)
alright, let me see what i can do
@jdkandersson and @jnsgruk lemme know if this is resolved.
Certainly seems to have fixed it in my case :)
Yes it looks like it is working, thank you for the fix!
Using this action:
It gets stuck on
cmd bootstrap.go:485 Running machine configuration script...
. I have let it run for 30 minutes so far. On 22.04, the step finishes within a few minutes.