Skip to content

Commit 5e54fd4

Browse files
authored
add proxy_env to cilium install task for proxy support (kubernetes-sigs#12417)
1 parent f347c12 commit 5e54fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/network_plugin/cilium/tasks/apply.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
cilium_action: "{{ 'install' if ('release: not found' in cilium_release_info.stderr | default('') or 'release: not found' in cilium_release_info.stdout | default('')) else 'upgrade' }}"
1212

1313
- name: Cilium | Install
14+
environment: "{{ proxy_env }}"
1415
command: "{{ bin_dir }}/cilium {{ cilium_action }} --version {{ cilium_version }} -f {{ kube_config_dir }}/cilium-values.yaml {{ cilium_install_extra_flags }}"
1516
when: inventory_hostname == groups['kube_control_plane'][0]
1617

0 commit comments

Comments
 (0)