Last active
February 9, 2020 22:08
-
-
Save leandrosiow/9893cbd98f6d8aa39a42700416862bcc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: proxy-environment-variables | |
namespace: kube-system | |
data: | |
HTTPS_PROXY: http://customer.proxy.host:proxy_port | |
HTTP_PROXY: http://customer.proxy.host:proxy_port | |
NO_PROXY: <k8s_CIDR in the form x.x.x.x/x>,localhost,127.0.0.1,<VPC_CIDR in the form x.x.x.x/x>,169.254.169.254,.internal,<VPC_Endpoints_Optional> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment