kubitect
kubitect copied to clipboard
added HTTPS_PROXY env passing to terraform process
This is usefull for airgap environments that Terraform process needs to be able to communicate with proxy
Could you help me understand the use case for this?
If Kubitect is used in air gapped environment, the Kubernetes deployment would still fail, since it would try to download required packages from non-private repository?
Hi MusicDin I've actually changed the source code for my needs (Hashicorp is banned in where i live) i thought the others might need a proxy mechanism to bypass some of restrictions (networking etc ...) But you are right on the Kubernetes deployment as well which i'm working on ...
Makes sense, this issue was already reported once, but didn't get solved (https://github.com/MusicDin/kubitect/issues/171).
Does only Terraform block you? I mean, using HTTPS_PROXY
you bypass the restrictions for Terraform, but does Kubespray than run as expected?
No kubespray also has it's own problems which i have to look into. Terraform and ghcr is banned in my country.
Thanks. Let me know if you run into any issues with air gapping Kubespray