Whereabouts-reconciler image entrypoint is broken (v4.17, v4.16) #2060
Replies: 3 comments
-
I managed to complete the update by:
Anyway I am open to suggestion what will be a proper way to apply next upgrade (assuming it will fix the issue with whereabouts). CNO definitely needs to be returned to managed state to be updated. |
Beta Was this translation helpful? Give feedback.
-
Still an issue for The way I go forward is introducing an admission controller for The working image substituted by mutation is build from upstraeam image matching the OKD release with patched @@ -17,7 +17,7 @@
rhcos|scos)
rhelmajor=$(echo ${RHEL_VERSION} | cut -f 1 -d .)
;;
- rhel|centos)
+ rhel)
rhelmajor=$(echo "${VERSION_ID}" | cut -f 1 -d .)
;;
fedora)
|
Beta Was this translation helpful? Give feedback.
-
Thank you for the report, I'm moving this to an issue so it can be referenced by PRs etc |
Beta Was this translation helpful? Give feedback.
-
Upgrade to scos-release:4.16.0-okd-scos.0 from 4.15.0-0.okd-scos-2024-01-18-223523 for me stuck on network-operator rolling out the DaemonSet "/openshift-multus/whereabouts-reconciler" (after applying fix from #1971).
The whereabouts-reconciler Pod is crashlooping with:
Indeed, is image is based on:
But entrypoint.sh does not handle the
centos
name:It is the same OS in
scos-release:4.16.0-okd-scos.1
.But for 4.15 it was:
Any mitigation you can think of?
I tried to manually patching daemonset with dirrefent command that skips this check, but network operator is changing it back to broken one.
Beta Was this translation helpful? Give feedback.
All reactions