Skip to content

Conversation

TheoMeunier
Copy link

Following a test I noticed that the annotation is mandatory for sharing secrets between namespaces reflection-auto-namespaces

apiVersion: v1
kind: Secret
metadata:
  name: xxx-docker-creds
  namespace: whatever
  annotations:
    reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
    reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
    reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "*"
type: kubernetes.io/dockerconfigjson
data:
  .dockerconfigjson: "redacted"
 kubectl logs -l app.kubernetes.io/name=reflector -n reflector
2025-06-28 18:59:49.701 +00:00 [INF] (ES.Kubernetes.Reflector.Watchers.NamespaceWatcher) Requesting V1Namespace resources
2025-06-28 18:59:49.733 +00:00 [INF] (ES.Kubernetes.Reflector.Watchers.SecretWatcher) Requesting V1Secret resources
2025-06-28 18:59:49.762 +00:00 [INF] (ES.Kubernetes.Reflector.Watchers.ConfigMapWatcher) Requesting V1ConfigMap resources
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Now listening on: http://[::]:8080
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Application started. Press Ctrl+C to shut down.
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Hosting environment: Production
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Content root path: /app

Copy link

Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jul 15, 2025
Copy link

Automatically closed stale item.

@github-actions github-actions bot closed this Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant