From 2cb39802586f88407d4cb7d8e02b08eb3b711f64 Mon Sep 17 00:00:00 2001 From: Hersh Pathak <82060795+hershpa@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:39:48 -0700 Subject: [PATCH] machine_configuration: Delete custom intel-qat machine config pool Move to using default worker pool instead of creating custom QAT machine config pool. Signed-off-by: Hersh Pathak hersh.pathak@intel.com --- .../intel-qat-machine-config-pool.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 machine_configuration/intel-qat-machine-config-pool.yaml diff --git a/machine_configuration/intel-qat-machine-config-pool.yaml b/machine_configuration/intel-qat-machine-config-pool.yaml deleted file mode 100644 index 79f119d1..00000000 --- a/machine_configuration/intel-qat-machine-config-pool.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2022 - 2023 Intel Corporation -# SPDX-License-Identifier: Apache-2.0 - -apiVersion: machineconfiguration.openshift.io/v1 -kind: MachineConfigPool -metadata: - name: intel-qat -spec: - machineConfigSelector: - matchExpressions: - - {key: machineconfiguration.openshift.io/role, operator: In, values: [worker, intel-qat]} - nodeSelector: - matchLabels: - intel.feature.node.kubernetes.io/qat: 'true'