Skip to content

Commit

Permalink
Merge pull request #11709 from syncier/feature/add-proxy-env-calico
Browse files Browse the repository at this point in the history
Add proxy envs to calico to make possible usage of AWS source destination check
  • Loading branch information
k8s-ci-robot committed Jun 7, 2021
2 parents fdafcfc + feed3b2 commit 038d908
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3924,6 +3924,11 @@ spec:
# Enable WireGuard encryption for all on-the-wire pod-to-pod traffic
- name: FELIX_WIREGUARDENABLED
value: "{{ .Networking.Calico.WireguardEnabled }}"
# Enable support for HTTP forward proxy
{{ range $name, $value := ProxyEnv }}
- name: {{ $name }}
value: {{ $value }}
{{ end }}
securityContext:
privileged: true
resources:
Expand Down Expand Up @@ -4130,4 +4135,3 @@ spec:
---
# Source: calico/templates/configure-canal.yaml


0 comments on commit 038d908

Please sign in to comment.