Replies: 2 comments 8 replies
-
|
Please attach (or upload to the public file sharing service) must-gather archive |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
anyone give how to step by step upgrade cluster |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried to update a cluster to the latest version
4.15.0-0.okd-2024-02-10-035534.It looks like rpm-ostree does not want to use proxy variables set in
/etc/mco/proxy.env.The master node keeps failing on
rpm-ostree rebase --experimental ostree-unverified-registry:quay.io/openshift/okd-content@sha256:114f56ffe30b010ee62acc1744e195954e7194cc816b8fc0a23802fa048a50df> Timeout issue on quay.io.It is not using the proxy as it should.
I also tried the following without luck:
mkdir -p /etc/systemd/system/rpm-ostreed.service.d cat > /etc/systemd/system/rpm-ostreed.service.d/http-proxy.conf << EOF [Service] Environment="http_proxy=my-proxy:8080" EOFThe following commands work:
export HTTP_PROXY=my-proxy:8080 podman pull quay.io/openshift/okd-content@sha256:114f56ffe30b010ee62acc1744e195954e7194cc816b8fc0a23802fa048a50dfBeta Was this translation helpful? Give feedback.
All reactions