Henry Muru Paenga

Results 21 comments of Henry Muru Paenga

What do you find difficult about draining nodes? There is a flag `kubectl drain --ignore-daemonsets`, which will drain the node successfully, but leave daemonsets running. The node can then safely...

I see. As iam-agent communicateses to kiam server through a Kubernetes service, the kiam-server pods need to be removed. kiam-agent will also reach a different kiam-server each time, not necessarily...

Deployment vs daemonset is just a scheduling thing. It shouldn't change the networking as we are not using nodePort.

Sorry, let me try be more clear @iverberk. I agree with you, the change from daemonsets to deployments shouldn't impact the networking

Thanks @james0209, that makes sense. I'd be happy to rebase this over the hc-install change. As you point out, that should be fairly straightforward.

+1 on this approach. We'll need a difference in implementation for OpenTofu anyway. As far as I can tell there isn't a compatible endpoint for resolving versions like there is...

Awesome, thanks @nitrocode. I think my observation about the checksums may be more accurate. We don't seem to (I may have missed this too) get shasum files with the tofu...

Awesome, I rebased this from main yesterday and got to the part where we need to download tofu. I'm keen to keep working on this, but happy to have it...

Tofu downloader has been moved: https://github.com/opentofu/tofudl

Thanks for your patience. I've done the following: - Merged from main to get the hc-install changes. - Updated to use tofu downloader. - Refactored out a distribution and downloader....