Skip to content
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

Missing installation config for ImageRegistry capability on v4.14 #806

Closed
adrianriobo opened this issue Sep 21, 2023 · 1 comment
Closed
Assignees

Comments

@adrianriobo
Copy link
Contributor

On Openshift v4.14 ImageRegistry has been added as cluster capability, with the current installation config it is not set as Enabled so it is not being installed.

Running snc for 4.14.0-rc1 the cluster installation finishes successfully but after snc installs the hostpath provisioner and it tries to create a PVC for the image registry it fails as the namespace does not exist:

+ ./openshift-clients/linux/oc apply -f registry_pvc.yaml
Error from server (NotFound): error when creating "registry_pvc.yaml": namespaces "openshift-image-registry" not found
praveenkumar added a commit to praveenkumar/snc that referenced this issue Sep 21, 2023
…capability

4.14 add more capability like image-registry, build and deployment
as addon which can be added on top of `None`. By default since we are
using `None` those capabilities need to be added explicitly to have it
part of cluster since we are providing these features before.

fixes: crc-org#806
@praveenkumar praveenkumar self-assigned this Sep 21, 2023
praveenkumar added a commit that referenced this issue Sep 22, 2023
…capability

4.14 add more capability like image-registry, build and deployment
as addon which can be added on top of `None`. By default since we are
using `None` those capabilities need to be added explicitly to have it
part of cluster since we are providing these features before.

fixes: #806
@cfergeau
Copy link
Contributor

Closing this, the PR/commit was probably missing "Fixes #xxx" so that it's closed automatically :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants