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
{{ message }}
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
So far in dev-scripts, we have been manually configuring the image registry operator to use the emptyDir backend. This just makes it use local storage, and is not intended for any production use.
In the following PR, I've proposed a patch to move this default into the image registry operator, so we can drop this manifest from dev-scripts and still have the cluster deploy cleanly.
Since emptyDir is not a production backend for the registry, install-scripts needs to immediately reconfigure it to use a PVC after OCS has been deployed and a PVC can be created.