Hide Forgot
Hi all, I have cloned Bug #1624493 as that issue was supposed to be fixed in 3.10.66, but IHAC who is hitting this in attempting to upgrade from 3.9.65 to 3.10.101. I will attach ansible logs, inventory file, and master sosreport shortly.
Under the assumption that this is related to api discovery not being available after restarting services I've opened https://github.com/openshift/openshift-ansible/pull/11342
Scott, there is also some usage of scc that causes issues as well. That is from: TASK [openshift_node_group : Ensure the service account can run privileged] ************************************* Ex: "msg": { "cmd": "/usr/bin/oc get scc privileged -o json -n openshift-node", "results": [ {} ], "returncode": 1, "stderr": "error: the server doesn't have a resource type \"scc\"\n", "stdout": "" } }
Yeah, I've made some additional changes to that pull request, can you take another look?
Looks good to me.
If `oc --config=/etc/origin/master/admin.kubeconfig delete -n openshift-node imagestreamtags.image.openshift.io node:v3.10 --ignore-not-found` works but the alias of istag doesn't then this should be fixed by the PR comment 10 for release-3.11 and I'll clone this for 3.10 too.
Logs from comment 17 indicate that it is related to alias use.
According to bug1624493. QE verify the bug as following: 1)PR11342 has been merged into openshift-ansible-3.11.98-1.git.0.3cfa7c3.el7.noarch 2)Upgrade from v3.10 to v3.11 with openshift-ansible-3.11.98-1.git.0.3cfa7c3.el7.noarch succeed. So change the bug status
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0636