We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b60dc commit fd87dddCopy full SHA for fd87ddd
1 file changed
cilium-1.19/loopback-location.patch
@@ -0,0 +1,15 @@
1
+Update the loopback binary location to be /usr/bin
2
+
3
+diff --git a/plugins/cilium-cni/install-plugin.sh b/plugins/cilium-cni/install-plugin.sh
4
+index f3d589acc8..9cd4673fbf 100755
5
+--- a/plugins/cilium-cni/install-plugin.sh
6
++++ b/plugins/cilium-cni/install-plugin.sh
7
+@@ -30,7 +30,7 @@ install_cni() {
8
+ # Install the CNI loopback driver if not installed already
9
+ if [ ! -f "${CNI_DIR}/bin/loopback" ]; then
10
+ # Don't fail hard if this fails as it is usually not required
11
+- install_cni /cni/loopback || true
12
++ install_cni /usr/bin/loopback || true
13
+ fi
14
15
+ install_cni "/opt/cni/bin/${BIN_NAME}"
0 commit comments