-
Bug
-
Resolution: Done-Errata
-
Critical
-
4.14
-
Important
-
Yes
-
CLOUD Sprint 239
-
1
-
Approved
-
False
-
Description of problem:
User defined taints in machineset, then scale up machineset, instance can join the cluster and Node will be Ready but pod couldn't be deployed, checked node yaml file uninitialized taint was not removed.
Version-Release number of selected component (if applicable):
4.14.0-0.nightly-2023-07-20-215234
How reproducible:
Always
Steps to Reproduce:
1.Setup a cluster on Azure 2.Create a machineset with taint taints: - effect: NoSchedule key: mapi value: mapi_test 3.Check node yaml file
Actual results:
uninitialized taint still in node, but no providerID in node. $ oc get node NAME STATUS ROLES AGE VERSION zhsun724-mh4dt-master-0 Ready control-plane,master 9h v1.27.3+4aaeaec zhsun724-mh4dt-master-1 Ready control-plane,master 9h v1.27.3+4aaeaec zhsun724-mh4dt-master-2 Ready control-plane,master 9h v1.27.3+4aaeaec zhsun724-mh4dt-worker-westus21-8rzqw Ready worker 21m v1.27.3+4aaeaec zhsun724-mh4dt-worker-westus21-additional-q58zp Ready worker 9h v1.27.3+4aaeaec zhsun724-mh4dt-worker-westus21-additional-vwwhh Ready worker 9h v1.27.3+4aaeaec zhsun724-mh4dt-worker-westus21-v7k7s Ready worker 9h v1.27.3+4aaeaec zhsun724-mh4dt-worker-westus22-ggxql Ready worker 9h v1.27.3+4aaeaec zhsun724-mh4dt-worker-westus23-zf8l5 Ready worker 9h v1.27.3+4aaeaec $ oc edit node zhsun724-mh4dt-worker-westus21-8rzqw spec: taints: - effect: NoSchedule key: node.cloudprovider.kubernetes.io/uninitialized value: "true" - effect: NoSchedule key: mapi value: mapi_test
Expected results:
uninitialized taint is removed, providerID is set in node.
Additional info:
must-gather: https://drive.google.com/file/d/12ypYmHN98j9lyWCS9Dgaqq5MLpftqEkS/view?usp=sharing
- links to
-
RHSA-2023:5006 OpenShift Container Platform 4.14.z security update