From 8d5c4e2fefac89c16f4b8294fad958305f701eb1 Mon Sep 17 00:00:00 2001 From: Chris Ahl Date: Thu, 28 Oct 2021 13:45:32 -0400 Subject: [PATCH 1/2] Add support for deploying to infra nodes Signed-off-by: Chris Ahl --- acm-operator/deployment.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acm-operator/deployment.yaml b/acm-operator/deployment.yaml index 0e62d1553..4d30c5380 100644 --- a/acm-operator/deployment.yaml +++ b/acm-operator/deployment.yaml @@ -19,4 +19,8 @@ spec: ports: - containerPort: 50051 imagePullSecrets: - - name: multiclusterhub-operator-pull-secret \ No newline at end of file + - name: multiclusterhub-operator-pull-secret + tolerations: + - key: node-role.kubernetes.io/infra + effect: NoSchedule + operator: Exists From abead1014fc6a4a9e0e9c22caecf69d136c34e15 Mon Sep 17 00:00:00 2001 From: Chris Ahl Date: Thu, 28 Oct 2021 17:04:02 -0400 Subject: [PATCH 2/2] change to support infra nodes Signed-off-by: Chris Ahl --- acm-operator/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acm-operator/deployment.yaml b/acm-operator/deployment.yaml index 4d30c5380..10c4abbfc 100644 --- a/acm-operator/deployment.yaml +++ b/acm-operator/deployment.yaml @@ -23,4 +23,4 @@ spec: tolerations: - key: node-role.kubernetes.io/infra effect: NoSchedule - operator: Exists + operator: Exists