Replies: 2 comments 6 replies
-
OCP image issues should be reported to https://issues.redhat.com/browse/OCPBUGS As for OKD bug it seems control plane has rolled out, but not the nodepool. IIUC hypershift uses
@andfasano do you know anything about KubeVirt Hypershift images? |
Beta Was this translation helpful? Give feedback.
-
Hello, NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
console 4.13.0-0.okd-2023-09-30-084937 True False False 16s
csi-snapshot-controller 4.13.0-0.okd-2023-09-30-084937 True False False 50m
dns 4.13.0-0.okd-2023-09-30-084937 True False False 2m12s
image-registry 4.13.0-0.okd-2023-09-30-084937 True False False 2m25s
ingress 4.13.0-0.okd-2023-09-30-084937 True False False 2m7s
insights 4.13.0-0.okd-2023-09-30-084937 True False False 3m20s
kube-apiserver 4.13.0-0.okd-2023-09-30-084937 True False False 50m
kube-controller-manager 4.13.0-0.okd-2023-09-30-084937 True False False 50m
kube-scheduler 4.13.0-0.okd-2023-09-30-084937 True False False 50m
kube-storage-version-migrator 4.13.0-0.okd-2023-09-30-084937 True False False 2m43s
monitoring 4.13.0-0.okd-2023-09-30-084937 True False False 66s
network 4.13.0-0.okd-2023-09-30-084937 True False False 3m39s
node-tuning 4.13.0-0.okd-2023-09-30-084937 True False False 6m48s
openshift-apiserver 4.13.0-0.okd-2023-09-30-084937 True False False 50m
openshift-controller-manager 4.13.0-0.okd-2023-09-30-084937 True False False 50m
openshift-samples 4.13.0-0.okd-2023-09-30-084937 True False False 111s
operator-lifecycle-manager 4.13.0-0.okd-2023-09-30-084937 True False False 50m
operator-lifecycle-manager-catalog 4.13.0-0.okd-2023-09-30-084937 True False False 50m
operator-lifecycle-manager-packageserver 4.13.0-0.okd-2023-09-30-084937 True False False 50m
service-ca 4.13.0-0.okd-2023-09-30-084937 True False False 3m18s
storage 4.13.0-0.okd-2023-09-30-084937 True False False 50m However, I still encounter an error related to the '99-okd-master-disable-mitigations' machineconfig. The exact error is as follow: E1020 15:06:53.905739 1 sync_worker.go:652] unable to synchronize image (waiting 2m36.124787484s): Multiple errors are preventing progress:
* Could not update machineconfig "99-okd-master-disable-mitigations" (418 of 584): the server does not recognize this resource, check extension API servers
* Could not update machineconfig "99-okd-master-disable-mitigations" (451 of 584): the server does not recognize this resource, check extension API servers I suppose, at some point, the installation program attempts to apply the machineconfig to the cluster, even though the cluster does not have the corresponding CRD. In fact, machineconfigs are managed from the 'hub' cluster where the control plane is located. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I have an OKD 4.13 cluster installed on an Openstack, the Hosted Control Plane feature is enabled. I'm trying to create a hosted cluster using hypershift.
command used to create the hosted cluster:
The hosted cluster status:
example2 nodepool:
Note: In another test I tried using OCP image
quay.io/openshift-release-dev/ocp-release:4.12.21-multi
and I got the same message about nodepool:Beta Was this translation helpful? Give feedback.
All reactions