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 · 2 comments
Open

Dapr Operator Not Utilizing Global Image Pull Secret #7672

kishanTakeda opened this issue Apr 3, 2024 · 2 comments
Labels
stale Issues and PRs without response

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?

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jun 3, 2024

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@dapr-bot dapr-bot added the stale Issues and PRs without response label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues and PRs without response
Projects
None yet
Development

No branches or pull requests

2 participants