If you are a serial upgrader like me, you may have found that at one point during your 3.10.xx patching (say 3.10.119) you hit this error during the data plane upgrade:
TASK [openshift_node : Approve the node] ************************************************************
task path: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/upgrade/restart.yml:49
Using module file /usr/share/ansible/openshift-ansible/roles/lib_openshift/library/oc_csr_approve.py
...
FAILED - RETRYING: Approve the node (30 retries left).Result was: {
"all_subjects_found": [],
"attempts": 1,
"changed": false,
"client_approve_results": [],
"client_csrs": {},
"failed": true,
"invocation": {
"module_args": {
"node_list": [
"ose-test-node-01.example.com"
],
"oc_bin": "oc",
"oc_conf": "/etc/origin/master/admin.kubeconfig"
}
},
"msg": "Could not find csr for nodes: ose-test-node-01.example.com",
...