From 4eada02cfe150c7d91080ab1a189d064b5b28ebe Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 4 Nov 2019 20:43:52 +0100 Subject: [PATCH] deployment: blacklist updating attacher in 1.14 to canary The new v2.0.0 of the external-attacher that is used with 1.15 and 1.16 is not compatible with the 1.14 deployment (RBAC change) and thus the canary test job for 1.14 must not use the canary version of the external-attacher. --- deploy/kubernetes-1.14/canary-blacklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/kubernetes-1.14/canary-blacklist.txt b/deploy/kubernetes-1.14/canary-blacklist.txt index bf6d57004..8734c2800 100644 --- a/deploy/kubernetes-1.14/canary-blacklist.txt +++ b/deploy/kubernetes-1.14/canary-blacklist.txt @@ -1,3 +1,4 @@ # The following canary images are known to be incompatible with this # deployment: +csi-attacher csi-snapshotter