From c2ea2f43e6ac922936072c8846fd9ed48bfd247e Mon Sep 17 00:00:00 2001 From: backguynn Date: Thu, 23 Nov 2023 17:30:30 +0900 Subject: [PATCH] remove some tolerations --- manifest/ext-cluster/kube-loxilb-cidrv6.yaml | 4 ---- manifest/ext-cluster/kube-loxilb-secondaryIPs.yaml | 4 ---- manifest/ext-cluster/kube-loxilb.yaml | 4 ---- manifest/in-cluster/kube-loxilb.yaml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/manifest/ext-cluster/kube-loxilb-cidrv6.yaml b/manifest/ext-cluster/kube-loxilb-cidrv6.yaml index 95e0767..75e0ae1 100644 --- a/manifest/ext-cluster/kube-loxilb-cidrv6.yaml +++ b/manifest/ext-cluster/kube-loxilb-cidrv6.yaml @@ -93,13 +93,9 @@ spec: spec: hostNetwork: true tolerations: - - effect: NoSchedule - operator: Exists # Mark the pod as a critical add-on for rescheduling. - key: CriticalAddonsOnly operator: Exists - - effect: NoExecute - operator: Exists priorityClassName: system-node-critical serviceAccountName: kube-loxilb terminationGracePeriodSeconds: 0 diff --git a/manifest/ext-cluster/kube-loxilb-secondaryIPs.yaml b/manifest/ext-cluster/kube-loxilb-secondaryIPs.yaml index 21e804a..90dc57f 100644 --- a/manifest/ext-cluster/kube-loxilb-secondaryIPs.yaml +++ b/manifest/ext-cluster/kube-loxilb-secondaryIPs.yaml @@ -93,13 +93,9 @@ spec: spec: hostNetwork: true tolerations: - - effect: NoSchedule - operator: Exists # Mark the pod as a critical add-on for rescheduling. - key: CriticalAddonsOnly operator: Exists - - effect: NoExecute - operator: Exists priorityClassName: system-node-critical serviceAccountName: kube-loxilb terminationGracePeriodSeconds: 0 diff --git a/manifest/ext-cluster/kube-loxilb.yaml b/manifest/ext-cluster/kube-loxilb.yaml index 42a050a..0567f87 100644 --- a/manifest/ext-cluster/kube-loxilb.yaml +++ b/manifest/ext-cluster/kube-loxilb.yaml @@ -94,13 +94,9 @@ spec: hostNetwork: true dnsPolicy: ClusterFirstWithHostNet tolerations: - - effect: NoSchedule - operator: Exists # Mark the pod as a critical add-on for rescheduling. - key: CriticalAddonsOnly operator: Exists - - effect: NoExecute - operator: Exists priorityClassName: system-node-critical serviceAccountName: kube-loxilb terminationGracePeriodSeconds: 0 diff --git a/manifest/in-cluster/kube-loxilb.yaml b/manifest/in-cluster/kube-loxilb.yaml index 9c90905..1d027fd 100644 --- a/manifest/in-cluster/kube-loxilb.yaml +++ b/manifest/in-cluster/kube-loxilb.yaml @@ -94,13 +94,9 @@ spec: hostNetwork: true dnsPolicy: ClusterFirstWithHostNet tolerations: - - effect: NoSchedule - operator: Exists # Mark the pod as a critical add-on for rescheduling. - key: CriticalAddonsOnly operator: Exists - - effect: NoExecute - operator: Exists priorityClassName: system-node-critical serviceAccountName: kube-loxilb terminationGracePeriodSeconds: 0