Claudie can't utilize a proxy when using the GCP VMs because the proxy server can't reach the GCP metadata servers.
The following logs are from the proxy server.
1727094082.406 0 104.199.110.247 TCP_MISS/502 4066 GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/ - HIER_NONE/- text/html
1727094108.056 1 104.199.110.247 TCP_MISS/502 4066 GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/ - HIER_NONE/- text/html
1727094159.310 4 104.199.110.247 TCP_MISS/502 4066 GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/ - HIER_NONE/- text/html
Expected Behaviour
Add GCP metadata servers to no proxy envs. This way the GCP VMs will succeed in reaching their metadata servers because the requests won't go through the proxy server.
Steps To Reproduce
Turn on the HTTP_PROXY_MODE by setting its value to on
Create a manifest with GCP VM
Apply the manifest and wait for the failure in kube-eleven
Current Behaviour
Claudie can't utilize a proxy when using the GCP VMs because the proxy server can't reach the GCP metadata servers.
The following logs are from the proxy server.
Expected Behaviour
Add GCP metadata servers to no proxy envs. This way the GCP VMs will succeed in reaching their metadata servers because the requests won't go through the proxy server.
Steps To Reproduce
HTTP_PROXY_MODE
by setting its value toon
kube-eleven