KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
When setting NO_PROXY env var to include .cluster.local this will not work with the shorthand dns.
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
KOTS will now use the fully qualified .svc.cluster.local address when making requests to kotsadm-rqlite and kotsadm-minio services for simplified HTTP proxy configuration using `NO_PROXY=.cluster.local`.
What this PR does / why we need it:
When setting NO_PROXY env var to include .cluster.local this will not work with the shorthand dns.
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
Does this PR require documentation?