-
This was the first time I tried to upgrade. First, on console Administration > Cluster Settings UPDATE STATUS showed Updates Available to 4.7 without choosing Channel. After I changed to stable-4.6, update possibility dissapeared and I can not update between minor versions.
But using cli show problem:
Cluster operators does not show any degradation:
If I tried to force channel 4.7 with " oc patch clusterversion version --type="merge" -p '{"spec":{"channel":"stable-4.7"}}' " the upgrade still failing with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Single node masters can't be upgraded just yet via console. This would be resolved in 4.8. The workaround:
This would reboot the machine, when it restarts it should be back. If that didn't work, boot from previous rpm-ostree deployment and restore from etcd backup |
Beta Was this translation helpful? Give feedback.
Single node masters can't be upgraded just yet via console. This would be resolved in 4.8.
The workaround:
.spec.desired.force: true
in ClusterVersionThis s…