okd4_files icon indicating copy to clipboard operation
okd4_files copied to clipboard

pullSecret: '{"auths":{"fake":{"auth": "bar"}}}' : "bar" should be base64 encoded since release 4.14.0-0.okd-2023-10-28-073550

Open rlaflamme opened this issue 1 year ago • 0 comments

I successfully upgraded to the latest version of okd, 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

After investigation with Vadim Rutkovsky, the (maintainer of OKD4) and others having the same issue, it is required now to encode the secret "bar" in base64 in the file install-config.yaml.

Robert

rlaflamme avatar Nov 20 '23 02:11 rlaflamme