Replies: 6 comments 11 replies
-
Please attach log bundle
There is no bootstrap during upgrade, do you mean "when I ran a new installation with 4.14"? |
Beta Was this translation helpful? Give feedback.
-
I had to struggle with a container storage already in used and finally removed it with 'sudo podman rm --storage before running again the bootkube service. Observations: machine config is up and running I can see it from the LB HAProxy. but still nothing on the frontend. bootkube.service.log (from the log file) Nov 07 13:26:51 okd4-bootstrap bootkube.sh[175961]: + podman run --quiet --net=host --rm --name cluster-bootstrap --volume /var/opt/openshift:/assets:z --volume /etc/kubernetes:/etc/kubernetes:z quay.io/openshift/okd-content@sha256:b4f2eac789aebb02dc12> |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I am still having the issue with 4.14.0-0.okd-2023-11-12-042703 |
Beta Was this translation helpful? Give feedback.
-
Hi, I am having the same problem on my lab environment at a fresh new installation. I even tried 4.14.0-0.okd-2023-11-14-101924. Should I open a bug? |
Beta Was this translation helpful? Give feedback.
-
okd4_illegal_base64_data_error.txt When I run "oc adm release info -o 'jsonpath={.metadata.version}' '' quay.io/openshift/okd@sha256:72d40c51e7c4d1b9c31e9b0d276d045f1b2b93def5ecee49186df856d40bcb5c" command (where I got the error) I was able to get proper reply/version. [core@okdbs ~]$ oc adm release info -o 'jsonpath={.metadata.version}' '' quay.io/openshift/okd@sha256:72d40c51e7c4d1b9c31e9b0d276d045f1b2b93def5ecee49186df856d40bcb5c |
Beta Was this translation helpful? Give feedback.
-
Nice catch!! It was a pullsecret issue. I had too the value "bar". Until 4.13 always did the job. FWI the source of the bar value, the one I used in my configuration come from here --> https://itnext.io/guide-installing-an-okd-4-5-cluster-508a2631cbee and more specifically here --> https://github.com/cragr/okd4_files/blob/master/install-config.yaml Finally got working |
Beta Was this translation helpful? Give feedback.
-
Hi,
I successfully upgraded to the latest 4.13.0-0.okd-2023-10-28-065448 but when I try to upgrade to
release 4.14.0-0.okd-2023-10-28-073550, the bootstrap is stuck when starting the bootkube.sh. with this error
bootkube.sh[3227]: * illegal base64 data at input byte 0
Nov 05 22:48:09 okd4-bootstrap podman[3215]: 2023-11-05 22:48:09.730105194 +0000 UTC m=+0.043402740 container remove 5789703e4851350c17d383e231c30261f7037105956bcd2f85921c86c1ae7616 (image=quay.io/openshift/okd@sha256:7a6200e347a1b857e47f2ab0735eb1303af7d796a847d79ef9706f217cd12f5c, name=amazing_mayer, io.openshift.release=4.14.0-0.okd-2023-10-28-073550, io.openshift.release.base-image-digest=sha256:068639a8d5ffd7b2e15ee974851875c87b008366fb62a88a32d250ad981c8b47)
Nov 05 22:48:09 okd4-bootstrap bootkube.sh[3227]: error: 1 error occurred:
Nov 05 22:48:09 okd4-bootstrap bootkube.sh[3227]: * illegal base64 data at input byte 0
Nov 05 22:48:09 okd4-bootstrap systemd[1]: bootkube.service: Main process exited, code=exited, status=1/FAILURE
Nov 05 22:48:09 okd4-bootstrap systemd[1]: bootkube.service: Failed with result 'exit-code'.
Nov 05 22:48:09 okd4-bootstrap audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=bootkube comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 05 22:48:09 okd4-bootstrap systemd[1]: bootkube.service: Consumed 1.495s CPU time.
Nov 05 22:48:09 okd4-bootstrap systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.
Beta Was this translation helpful? Give feedback.
All reactions