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
Reflector includes a cert-manager extension used to automatically annotate created secrets and allow reflection. See the `cert-manager` extension usage below for more details.
15
16
17
+
18
+
## Support
19
+
If you need help or found a bug, please feel free to open an Issue on GitHub (https://github.com/emberstack/kubernetes-reflector/issues).
20
+
21
+
You can also join our Slack workspace and talk to us:
> The current release supports `cert-manager` from version `0.11.0` or higher. If you're using an older version, please use Reflector version `v2.19193.2`
157
+
> Supported `cert-manager` version: `0.11.0` or higher.
146
158
147
159
Reflector can automatically annotate secrets created by cert-manager by annotating the `Certificate` object. This allows for issued certificates (example: wildcard certificates) to be reused in other namespaces and permit automatic updates of mirrors on certificate renewal.
148
160
@@ -154,7 +166,7 @@ Reflector can automatically annotate secrets created by cert-manager by annotati
154
166
155
167
In the following example, the generated secret `certificate-secret` will be annotated with the `reflector.v1.k8s.emberstack.com/reflection-allowed` and `reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces` based on the certificate annotations.
0 commit comments