Skip to content

chore(snc): Refactor openshift-snc code#727

Merged
anjannath merged 2 commits intoredhat-developer:mainfrom
adrianriobo:fix-719
Feb 18, 2026
Merged

chore(snc): Refactor openshift-snc code#727
anjannath merged 2 commits intoredhat-developer:mainfrom
adrianriobo:fix-719

Conversation

@adrianriobo
Copy link
Collaborator

This PR will refactor the openshift-snc offering to prepare it for azure support. It also re enable the kubeconfig generation even with the --disable-cluster-readiness flag enable.

Fixes #719

@anjannath
Copy link
Collaborator

Tested and working fine, with --disable-cluster-readiness it takes about ~8m40s and without the flag cluster is created in ~15mins

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
…onfig

Previously we introduced the disable-cluster-readiness to allow early access to the cluster, within that commit we hide the kubeconfig export when the flag was enable, actually it can be exported no matter the value of the flag. This commit enables it. Fixes redhat-developer#719.

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
@wes-spinks
Copy link

Quick comment to say that I was also able to run this image with --disable-cluster-readiness multiple time without issue. Also seeing ~9 minutes to completion. Can confirm the local files, including kubeconfig, are generated.

@anjannath anjannath merged commit d4e554a into redhat-developer:main Feb 18, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chore] Change message when using --disable-cluster-readiness flag

3 participants

Comments