From 1e35d39900551767cdb1bd8925737c0e3eb803a3 Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Thu, 8 Apr 2021 13:47:39 +0000 Subject: [PATCH] Match workload partitioning name changes in kubelet The filename of the drop-in configuration we need to add to enable workload partitioning has changed (https://github.com/openshift/enhancements/pull/726), so we follow. --- .../templates/02-master-workload-partitioning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-deploy-cluster-singlenode/roles/enable-workload-partitioning/templates/02-master-workload-partitioning.yaml b/ai-deploy-cluster-singlenode/roles/enable-workload-partitioning/templates/02-master-workload-partitioning.yaml index 5d46057..9768b01 100644 --- a/ai-deploy-cluster-singlenode/roles/enable-workload-partitioning/templates/02-master-workload-partitioning.yaml +++ b/ai-deploy-cluster-singlenode/roles/enable-workload-partitioning/templates/02-master-workload-partitioning.yaml @@ -21,6 +21,6 @@ spec: source: data:text/plain;charset=utf-8;base64,{{ lookup('template', 'templates/kubelet.conf', convert_data=False) | string | b64encode}} mode: 420 overwrite: true - path: /etc/kubernetes/workload-pinning + path: /etc/kubernetes/openshift-workload-pinning user: name: root