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
Copy file name to clipboardExpand all lines: content/cluster-installation/stackit/index.md
+99Lines changed: 99 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,3 +366,102 @@ Re-run until nothing pending; `machine-approver` normally takes over post-bootst
366
366
```
367
367
368
368
Console URL and `kubeadmin` password are printed on success.
369
+
370
+
## Day-2: default Ingress TLS
371
+
372
+
### Let’s Encrypt via cert-manager (DNS-01 / STACKIT)
373
+
374
+
Install **cert-manager Operator for Red Hat OpenShift** from OperatorHub (align minor with cluster; ships CRDs + controller).
375
+
376
+
**Webhook identity** — the [STACKIT cert-manager webhook](https://github.com/stackitcloud/stackit-cert-manager-webhook) needs API credentials for DNS in the project that **owns** the public zone for `*.apps` (typically the same project as the cluster).
0 commit comments