Browse Source

Ensure Kuryr-controller runs on infra nodes

Luis Tomas Bolivar 6 năm trước cách đây
mục cha
commit
6977d061ce
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      roles/kuryr/templates/controller-deployment.yaml.j2

+ 2 - 0
roles/kuryr/templates/controller-deployment.yaml.j2

@@ -57,4 +57,6 @@ spec:
       - name: certificates-volume
         secret:
           secretName: kuryr-certificates
+      nodeSelector:
+        node-role.kubernetes.io/infra: "true"
       restartPolicy: Always