Open
Description
Terraform Version
Terraform v1.3.5
on darwin_arm64
Use Cases
- Some Kubernetes Clusters cannot be directly accessed, especially if they reside in a private (cloud-) network.
- Some workstations or (automation) servers cannot directly access a Kubernetes cluster.
Attempted Solutions
I set local proxy settings, but I want them to apply to a single project and backend only.
Proposal
The Kubernetes team already came up with a solution: They introduced the property proxy-url
in the Kubernetes Configuration. I'd propose (in a first step) to just respect this setting.