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
Was the default changed from docker.io to dtsx.io? The operator fails now in a disconnected environment where there's a mirror registry only for docker.io images.
Yes, we now use a proxy for the image pulls as default.
You can override the registry at installation time and have the various images pulled from wherever you want. This is similar to how you would configure cass-operator to use a private registry.
The image config contains default coordinates for each server type, which define where the corresponding images will get pulled from (see here).
These defaults are hardcoded in the helm template for the image config, making them impossible to customize.
We need these overrides to be possible so we can use them for private registry setups.
┆Issue is synchronized with this Jira Story by Unito
┆Fix Versions: 2024-10
┆Issue Number: CASS-70
The text was updated successfully, but these errors were encountered: