Closed jebbens closed 2 days ago
Overall sounds reasonable, feel free to open a PR if you've got a proposed implementation.
Our Docker support is on the way out, so we likely wouldn't merge the Docker portion.
Still open to a PR on this one, but going to close for now
What would you like to be added: I would like to add support for configuring a host and kubelet for use with a network proxy to the bootstrap.sh (or add another file to the Packer build that bootstrap.sh could trigger).
Why is this needed: Many of our customers operate clusters behind a network proxy. This requires additional configuration on the host, kubelet, etc. There is limited guidance on this process and it can require a LOT of time and troubleshooting to get it right. I"m wondering if we could handle this undifferentiated heavy lifting for customers by adding an argument, e.g.
--proxy
, that, when present, triggers some additional logic in the bootstrap.sh script to run. Here is some example code: