Skip to content
Snippets Groups Projects
Commit a6932b6b authored by Erwan Miran's avatar Erwan Miran Committed by k8s-ci-robot
Browse files

Install ipvsadm when kube_proxy_mode is ipvs (#3548)

parent 77d705ca
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,11 @@ ...@@ -80,6 +80,11 @@
tags: tags:
- bootstrap-os - bootstrap-os
- name: Update common_required_pkgs with ipvsadm when kube_proxy_mode is ipvs
set_fact:
common_required_pkgs: "{{ common_required_pkgs|default([]) + ['ipvsadm'] }}"
when: kube_proxy_mode == 'ipvs'
- name: Install packages requirements - name: Install packages requirements
action: action:
module: "{{ ansible_pkg_mgr }}" module: "{{ ansible_pkg_mgr }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment