Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentVariables ¶
All pods will have web proxy settings injected as environment variables. This is useful for automatic proxy configuration so that apps don't need to be aware of infrastructure quirks. The web proxy should be set up as an external service.
Proxy settings on Linux is in a messy state. Some applications and libraries read the upper-case variables, while some read the lower-case versions. We handle this by setting both versions.
On top of everything, the Java virtual machine does not honor these environment variables. Instead, JVM must be started with a specific set of command-line options. These are also provided as environment variables, for convenience.