From 08a571b4a13ade4acb449ffdaa37e38760db4d93 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi <ken1ohmichi@gmail.com> Date: Mon, 5 Jun 2023 21:57:25 +0900 Subject: [PATCH] Remove flannel_cni_download_url (#10188) Since the commit 937e64d2960c98f4662c979851d9dafa7048a914 the variable has not been used at all. This removes it from offline.yml which was the remaining part. --- inventory/sample/group_vars/all/offline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/inventory/sample/group_vars/all/offline.yml b/inventory/sample/group_vars/all/offline.yml index 9f05303bf..6907f2ffe 100644 --- a/inventory/sample/group_vars/all/offline.yml +++ b/inventory/sample/group_vars/all/offline.yml @@ -40,9 +40,6 @@ # [Optional] Cilium: If using Cilium network plugin # ciliumcli_download_url: "{{ files_repo }}/github.com/cilium/cilium-cli/releases/download/{{ cilium_cli_version }}/cilium-linux-{{ image_arch }}.tar.gz" -# [Optional] Flannel: If using Flannel network plugin -# flannel_cni_download_url: "{{ files_repo }}/kubernetes/flannel/{{ flannel_cni_version }}/flannel-{{ image_arch }}" - # [Optional] helm: only if you set helm_enabled: true # helm_download_url: "{{ files_repo }}/get.helm.sh/helm-{{ helm_version }}-linux-{{ image_arch }}.tar.gz" -- GitLab