When running packer within kubernetes an additional variable is needed. I’ve created a couple pull requests to implement this:
- add HTTPCallbackAddress, needed when running within a kubernetes cluster by lknite · Pull Request #268 · hashicorp/packer-plugin-sdk · GitHub
- add HTTPCallbackAddress, needed when running within a kubernetes cluster by lknite · Pull Request #305 · hashicorp/packer-plugin-proxmox · GitHub
Those two will then let us implement:
- @github, kubernetes-sigs/image-builder/pull/1637
Not seeing much response to the pull requests. I suspect maybe we need someone with a little kubernetes experience in addition to packer to help out. Is there anything I can do to help these pull requests get some attention?
The changes are small, but will result in the ability to run image-builder via pipelines which execute within the kubernetes environment. The plan is to implement a bunch of testing using these pipelines, but first we need them to work.