Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PullSecrets configuration option for controller container image #319

Open
mkaesz-wandb opened this issue Jan 20, 2025 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@mkaesz-wandb
Copy link
Contributor

mkaesz-wandb commented Jan 20, 2025

Note:

This ticket is only targeting the controller. There will be a separate ticket for the W&B application.

Situation:

Customers deploy W&B in airgapped environments. This means that they put the W&B container images into an onprem registry, like Artifactory. To pull the images from that registry, you need to authenticate. Kubernetes has a functionality called ImagePullSecrets for that.

Need:

We need to add the configuration option so that customers can configure multiple image pull secrets in the values.yaml.

Example:

The Redis Helm chart allows to configure a list of secrets in the values.yaml.

The YAML snippet is prepared here and here.

The actual inclusion of the snippet happens here.

@mkaesz-wandb mkaesz-wandb added the enhancement New feature or request label Jan 20, 2025
@mkaesz-wandb mkaesz-wandb changed the title PullSecret configuration option for controller container image PullSecrets configuration option for controller container image Jan 20, 2025
@PNarode PNarode self-assigned this Jan 20, 2025
@mkaesz-wandb mkaesz-wandb transferred this issue from wandb/operator Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants