Hacker News new | ask | show | jobs
by davkan 984 days ago
Curious, what have you run into that you couldn’t troubleshoot with a privileged pod with host networking?
1 comments

I had a situation where the etcd cluster got hosed, making it basically impossible (at least with the ways I know) to interact with the k8s API at all. So I didn't have any way to get a privileged pod running.
Ah gotcha. Haven’t had to deal with that yet. Maybe possible to add a static pod via the machine config? But yeah it’s basically throwing out a bunch of linux admin muscle memory.