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
🐛 Add server-cert Secret validation and clarify namespace in TLS docs
- Add lookup/fail guard for server-cert Secret in superlink.yaml to fail
fast when the Secret is missing (mirrors existing CA Secret validation)
- Update TLS docs to clarify namespace assumptions and guide users to pass
matching --namespace when overriding superlink.namespace
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Meng Yan <myan@redhat.com>
Copy file name to clipboardExpand all lines: flower-addon/docs/enable-tls.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,13 @@ cd flower-addon
16
16
./hack/generate-certs.sh --hub-ip <HUB_NODE_IP>
17
17
```
18
18
19
-
This creates two Kubernetes Secrets in `flower-system`:
20
-
-`flower-tls-ca` — CA certificate and key
19
+
This creates two Kubernetes Secrets in `flower-system` (default namespace). If you override `superlink.namespace` in Helm values, pass the same namespace here:
0 commit comments