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'