Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions blog/2026/08-13-scos-upgrade-auth-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "[Resolved] OKD SCOS upgrades failing with authentication required"
authors: ["pskrbasu"]
date: 2026-08-13
---

If you've been hitting `authentication required` errors when trying to upgrade your OKD SCOS cluster, this has been fixed. Users have confirmed upgrades are working again.

## What happened

The OKD SCOS release payload images on `registry.ci.openshift.org` required authentication to pull, but end-user clusters don't have credentials for this registry. This meant any upgrade attempt would fail with `ImagePullBackOff` / `authentication required`, regardless of the version.

## What was fixed

The image-puller rolebinding for the OKD namespaces has been updated to allow unauthenticated pulls, matching how it already works for OCP.

Fix: [openshift/release#83361](https://github.com/openshift/release/pull/83361)

## What to do

If your upgrade was stuck, retry it — it should work now without any changes on your end.

Tracking issue: [okd-project/okd#2347](https://github.com/okd-project/okd/issues/2347)
Loading