-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build SNC for OKD using snc.sh
#976
Comments
We could change |
okd-project/okd#2015 looks like OKD is broken and workaround as of now use RHCOS. Will try that also. |
The whole point of OKD is to not depend on RH-content, I'm not sure it's really useful to get it to work with RHCOS base images. |
Yes, but this is only for initial start and then it would pivot to SCOS (centos stream core os) so our final bundle wouldn't be having any RH-content. |
Ah ok, that's better, thanks for the additional details! |
Describe the Issue
When I'm trying to follow the instructions provided on Building SNC for OKD 4, my script seems to be stuck at this phase since forever:
I'm trying this for the first time, so it could be due to some misconfiguration from my side.
Check
virsh
seems to indicate that crc is still running:SNC version
I was trying to build OKD bundle based on this branch 1628dfa (it already got merged to main)
Component
I'm not sure which component this issue belongs to, perhaps it could be part of release pipeline.
Steps to reproduce
Here are the steps I followed:
export OKD_VERSION=4.16.0-0.okd-scos-2024-08-21-155613
export OPENSHIFT_PULL_SECRET_PATH="/tmp/pull_secret.json"
./snc.sh
Expected behavior
The expected behavior for the script is to terminate at some point, the script could be improved to show some verbose logs so that the user knows what's happening in the background.
Environment
Linux (Fedora 40)
SNC Script Complete Logs
The text was updated successfully, but these errors were encountered: