You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…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
…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
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 thenamespace
does not exist:The text was updated successfully, but these errors were encountered: