X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=apps%2Fwhereabouts%2Fkubespray%2Fplaybooks%2Froles%2Finstall%2Ftasks%2Finstall-plugin.yml;h=b8106ff53a0fdf001188ca744dfe6818755437a5;hp=12567ae2e897edec80ab89f86ddb73481492c465;hb=6093c30211fd9a02033596324e800cf803a3e116;hpb=bc521a1ec1127b1c41ee76e9301009b8ed084f69 diff --git a/apps/whereabouts/kubespray/playbooks/roles/install/tasks/install-plugin.yml b/apps/whereabouts/kubespray/playbooks/roles/install/tasks/install-plugin.yml index 12567ae..b8106ff 100644 --- a/apps/whereabouts/kubespray/playbooks/roles/install/tasks/install-plugin.yml +++ b/apps/whereabouts/kubespray/playbooks/roles/install/tasks/install-plugin.yml @@ -31,7 +31,7 @@ git: repo: https://github.com/k8snetworkplumbingwg/whereabouts.git dest: /root/k8s-addons/whereabouts - version: master + version: "{{ whereabouts_version }}" - name: Install Whereabouts IPAM Plugin command: "kubectl apply -f k8s-addons/whereabouts/doc/daemonset-install.yaml -f k8s-addons/whereabouts/doc/whereabouts.cni.cncf.io_ippools.yaml"