You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
I run a deployment of 3.9 to test #3053 and the master node never came up until I restarted origin-node.
I was seeing the following error in its journal:
May 23 15:43:23 ocp-master-98543699-0 origin-node[2431]: I0523 15:43:23.325055 2431 kubelet.go:1779] skipping pod synchronization - [Kubelet failed to get node info: failed to get zone from cloud provider: invalid character '<' looking for beginning of value]
I had a look at the node config and azure.conf but both seemed fine (and the process came up fine once I restarted it).
Another thing to note here is that because it took some time for the master node to come up, ansible eventually failed to install the webconsole and of course subsequently didn't install any other component. We probably need a separate issue about this in openshift-ansible, similar to openshift/openshift-ansible#8028
that error message is suspiciously like when you get an html 404 page (or something similar) for something we're expecting to return a json response. I suspect config error or a down api.
I run a deployment of 3.9 to test #3053 and the master node never came up until I restarted
origin-node
.I was seeing the following error in its journal:
I had a look at the node config and azure.conf but both seemed fine (and the process came up fine once I restarted it).
Another thing to note here is that because it took some time for the master node to come up, ansible eventually failed to install the webconsole and of course subsequently didn't install any other component. We probably need a separate issue about this in openshift-ansible, similar to openshift/openshift-ansible#8028
@jim-minter @pweil- @kwoodson @mjudeikis
The text was updated successfully, but these errors were encountered: