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 RKE1, setting global.cattle.systemDefaultRegistry per Helm chart doesn't take effect. This means that one can't easily change the default registry per each helm chart, particularly useful on airgap deployments. Which means that all charts need to use the same registry.
On RKE1, setting
global.cattle.systemDefaultRegistry
per Helm chart doesn't take effect. This means that one can't easily change the default registry per each helm chart, particularly useful on airgap deployments. Which means that all charts need to use the same registry.This is implemented for RKE2 already: https://github.com/search?q=repo%3Arancher%2Fterraform-provider-rancher2%20systemDefaultRegistry&type=code
A workaround is to merge all the needed registries into 1 single mirror. This is quite cumbersome for users.
See: kubewarden/helm-charts#594 (comment)
The text was updated successfully, but these errors were encountered: