Kubernetes 1.16.0 node label fix 79/1679/1
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Mon, 30 Sep 2019 15:26:08 +0000 (17:26 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Mon, 30 Sep 2019 15:26:29 +0000 (17:26 +0200)
Change-Id: I0d2b229db575bb2257b983c2978cff56620e575e
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
SPECS/caas-flannel.spec
ansible/roles/flannel/templates/flannel-ds.yaml

index 12ca7f0..d3de5a8 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT flannel
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 0.11.0
-%define RPM_MINOR_VERSION 6
+%define RPM_MINOR_VERSION 7
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 
 Name:           %{RPM_NAME}
index eb0c571..e50f855 100644 (file)
@@ -39,7 +39,7 @@ spec:
      #securityContext:
      #     runAsUser: {{ caas.uid.flannel }}
       tolerations:
-      - key: node-role.kubernetes.io/master
+      - key: node.kubernetes.io/master
         operator: Exists
         effect: NoSchedule
       containers: