Skip to content

Instantly share code, notes, and snippets.

@leandrosiow
Last active February 9, 2020 22:08
Show Gist options
  • Save leandrosiow/9893cbd98f6d8aa39a42700416862bcc to your computer and use it in GitHub Desktop.
Save leandrosiow/9893cbd98f6d8aa39a42700416862bcc to your computer and use it in GitHub Desktop.
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