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
What feature you'd like to add:
We request the enhancement of the JuiceFSRuntime to support hierarchical imagePullSecrets configuration. Specifically, we want to be able to specify imagePullSecrets at two levels:
Global level under spec
Component level
a. Worker component level under spec.worker
b. FUSE component level under spec.fuse
Why is this feature needed:
This feature will provide greater flexibility for users who need to manage different image pull secrets for various components of their JuiceFSRuntime. For example, users might have different private registries or credentials for the master and worker components. This hierarchical configuration will allow for more granular control and easier management of image pull secrets in complex deployment environments.
The text was updated successfully, but these errors were encountered:
What feature you'd like to add:
We request the enhancement of the JuiceFSRuntime to support hierarchical
imagePullSecrets
configuration. Specifically, we want to be able to specifyimagePullSecrets
at two levels:spec
a. Worker component level under
spec.worker
b. FUSE component level under
spec.fuse
Why is this feature needed:
This feature will provide greater flexibility for users who need to manage different image pull secrets for various components of their JuiceFSRuntime. For example, users might have different private registries or credentials for the master and worker components. This hierarchical configuration will allow for more granular control and easier management of image pull secrets in complex deployment environments.
The text was updated successfully, but these errors were encountered: