-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
4.16.0, 4.16.z
-
None
-
None
-
3
-
False
-
Based on the test case https://polarion.engineering.redhat.com/polarion/#/project/OSE/workitem?id=OCP-65980 after removing the following proxy parameters
oc patch proxy cluster --type=json -p='[{"op": "replace", "path": "/spec/trustedCA/name", "value": ""}]' oc patch proxy cluster --type=json -p='[{"op": "remove", "path": "/spec/noProxy"}]'
Windows nodes are in NotReady Status
oc get nodes -l kubernetes.io/os=windows NAME STATUS ROLES AGE VERSION ip-10-0-68-214.us-east-2.compute.internal NotReady worker 39m v1.29.7+6abe8a1 ip-10-0-79-112.us-east-2.compute.internal NotReady worker 31m v1.29.7+6abe8a1
How to reproduce:
- create a node proxy on AWS with Windows workers machineset nodes
- remove the trustedCA from cluster proxy
- remove noProxy configuration from clsuter proxy
- wait until WMCO restarts