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
Annotate the source secret or configmap
Add reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
Add reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: ""
reflector.v1.k8s.emberstack.com/reflects: "
It reflected the configurations to the destination secret, but the annotations above just disappeared. Probably because of that kubernetes-reflector can't keep them syncronized and now displays cannot be reflected to staging/ingress-cert-test.
Scenario:
kubernetes-reflector is installed on default namespace
cert-manager secrets are on cert-manager namespace
destination secret is on staging/ingress-cert-test
LOGS: 2021-01-14 07:19:42.673 +00:00 [INF] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Reflected Secret cert-manager/ingress-cert-test (version: 31997466) to staging/ingress-cert-test 2021-01-14 07:19:53.464 +00:00 [INF] (ES.Kubernetes.Reflector.CertManager.SecretEtcher) Patched Secret cert-manager/ingress-cert-test to match Certificate cert-manager/ingress-cert-test reflector.v1.k8s.emberstack.com annotations 2021-01-14 07:19:53.512 +00:00 [WRN] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Secret cert-manager/ingress-cert-test (version: 31997505) cannot be reflected to staging/ingress-cert-test. Reflection not allowed by source Secret 2021-01-14 07:21:28.476 +00:00 [INF] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Reflected Secret cert-manager/ingress-cert-test (version: 31997839) to staging/ingress-cert-test 2021-01-14 07:21:53.476 +00:00 [INF] (ES.Kubernetes.Reflector.CertManager.SecretEtcher) Patched Secret cert-manager/ingress-cert-test to match Certificate cert-manager/ingress-cert-test reflector.v1.k8s.emberstack.com annotations reflector.v1.k8s.emberstack.com annotations 2021-01-14 07:21:53.517 +00:00 [WRN] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Secret cert-manager/ingress-cert-test (version: 31997930) cannot be reflected to staging/ingress-cert-test. Reflection not allowed by source Secret 2021-01-14 07:23:52.233 +00:00 [WRN] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Secret cert-manager/ingress-cert-test (version: 31997930) cannot be reflected to staging/ingress-cert-test.
The text was updated successfully, but these errors were encountered:
- New multi-arch pipeline with proper tagging convention
- Removed cert-manager extension (deprecated due to new support from cert-manager) Fixes: #191
- Fixed healthchecks. Fixes: #208
- Removed Slack support links (GitHub issues only). Fixes: #199
- Simplified startup and improved performance. Fixes: #194
- Huge improvements in performance and stability. Fixes: #187#182#166#150#138#121#108
- New multi-arch pipeline with proper tagging convention
- Removed cert-manager extension (deprecated due to new support from cert-manager) Fixes: #191
- Fixed healthchecks. Fixes: #208
- Removed Slack support links (GitHub issues only). Fixes: #199
- Simplified startup and improved performance. Fixes: #194
- Huge improvements in performance and stability. Fixes: #187#182#166#150#138#121#108
I've followed these instructions:
Add reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
Add reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: ""
It reflected the configurations to the destination secret, but the annotations above just disappeared. Probably because of that
kubernetes-reflector
can't keep them syncronized and now displayscannot be reflected to staging/ingress-cert-test
.Scenario:
kubernetes-reflector
is installed on default namespacecert-manager
namespacestaging/ingress-cert-test
LOGS:
2021-01-14 07:19:42.673 +00:00 [INF] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Reflected Secret cert-manager/ingress-cert-test (version: 31997466) to staging/ingress-cert-test 2021-01-14 07:19:53.464 +00:00 [INF] (ES.Kubernetes.Reflector.CertManager.SecretEtcher) Patched Secret cert-manager/ingress-cert-test to match Certificate cert-manager/ingress-cert-test reflector.v1.k8s.emberstack.com annotations 2021-01-14 07:19:53.512 +00:00 [WRN] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Secret cert-manager/ingress-cert-test (version: 31997505) cannot be reflected to staging/ingress-cert-test. Reflection not allowed by source Secret 2021-01-14 07:21:28.476 +00:00 [INF] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Reflected Secret cert-manager/ingress-cert-test (version: 31997839) to staging/ingress-cert-test 2021-01-14 07:21:53.476 +00:00 [INF] (ES.Kubernetes.Reflector.CertManager.SecretEtcher) Patched Secret cert-manager/ingress-cert-test to match Certificate cert-manager/ingress-cert-test reflector.v1.k8s.emberstack.com annotations reflector.v1.k8s.emberstack.com annotations 2021-01-14 07:21:53.517 +00:00 [WRN] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Secret cert-manager/ingress-cert-test (version: 31997930) cannot be reflected to staging/ingress-cert-test. Reflection not allowed by source Secret 2021-01-14 07:23:52.233 +00:00 [WRN] (ES.Kubernetes.Reflector.Secrets.SecretMirror) Secret cert-manager/ingress-cert-test (version: 31997930) cannot be reflected to staging/ingress-cert-test.
The text was updated successfully, but these errors were encountered: