diff --git a/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_1.yaml b/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_1.yaml index 8c1e5502..769c9eb5 100644 --- a/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_1.yaml +++ b/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_1.yaml @@ -168,6 +168,10 @@ spec: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + # Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" node: envs: # X_CSI_MAX_VOLUMES_PER_NODE: Specify default value for maximum number of volumes that controller can publish to the node. @@ -225,6 +229,10 @@ spec: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + # Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" sideCars: - name: provisioner args: ["--volume-name-prefix=pscale"] diff --git a/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_2.yaml b/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_2.yaml index 8bffe164..63864c62 100644 --- a/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_2.yaml +++ b/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_2.yaml @@ -152,6 +152,10 @@ spec: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + # Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" node: envs: # X_CSI_MAX_VOLUMES_PER_NODE: Specify default value for maximum number of volumes that controller can publish to the node. @@ -196,19 +200,23 @@ spec: # tolerations: Define tolerations for the node daemonset, if required. # Default value: None tolerations: - # - key: "node.kubernetes.io/memory-pressure" - # operator: "Exists" - # effect: "NoExecute" - # - key: "node.kubernetes.io/disk-pressure" - # operator: "Exists" - # effect: "NoExecute" - # - key: "node.kubernetes.io/network-unavailable" - # operator: "Exists" - # effect: "NoExecute" + - key: "node.kubernetes.io/memory-pressure" + operator: "Exists" + effect: "NoExecute" + - key: "node.kubernetes.io/disk-pressure" + operator: "Exists" + effect: "NoExecute" + - key: "node.kubernetes.io/network-unavailable" + operator: "Exists" + effect: "NoExecute" # Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint - # - key: "node-role.kubernetes.io/control-plane" - # operator: "Exists" - # effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + # Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" sideCars: - name: provisioner args: ["--volume-name-prefix=csipscale"] diff --git a/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_3.yaml b/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_3.yaml index adbf82c3..0fe5040c 100644 --- a/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_3.yaml +++ b/tests/e2e/testfiles/storage_csm_powerscale_alt_vals_3.yaml @@ -150,9 +150,13 @@ spec: # Default value: None tolerations: # Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint - # - key: "node-role.kubernetes.io/control-plane" - # operator: "Exists" - # effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + # Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" node: envs: # X_CSI_MAX_VOLUMES_PER_NODE: Specify default value for maximum number of volumes that controller can publish to the node. @@ -209,6 +213,10 @@ spec: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + # Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" sideCars: - name: provisioner args: ["--volume-name-prefix=csipscale"]