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

Dapr Operator Not Utilizing Global Image Pull Secret #7672

Open
kishanTakeda opened this issue Apr 3, 2024 · 1 comment
Open

Dapr Operator Not Utilizing Global Image Pull Secret #7672

kishanTakeda opened this issue Apr 3, 2024 · 1 comment

Comments

@kishanTakeda
Copy link

Issue Description:

When executing the following Helm upgrade command to pull the Dapr image from a custom image directory and configuring the global image pull secret, the Dapr operator is not utilizing the provided global image pull secret (dapr-imagepull-secret). Instead, it's creating its own operator secret.

Command Executed:

helm upgrade --install dapr --version 1.7.6 dapr/dapr --namespace dapr-system --set global.registry=<custom registry> --set global.imagePullSecrets=dapr-imagepull-secret

Expected Behavior:
The Dapr operator should use the provided global image pull secret (dapr-imagepull-secret) to pull images from the specified registry (custom registry).

Actual Behavior:
The Dapr operator is not utilizing the provided global image pull secret and is instead creating its own operator secret.

Steps to Reproduce:

  1. Execute the above Helm upgrade command with the specified parameters.
  2. Verify the secrets created and check if the Dapr operator is using the global image pull secret.

Additional Information:

  • Kubernetes version: v1.25.12+ba5cc25
  • Openshift version- 4.12.36
  • Dapr version: 1.7.6
@kishanTakeda
Copy link
Author

@yaron2 we discussed this on Discord channel , could you please suggest if this is default behavior of dapr operator to create custom secret?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant