From 9702d7a5f5fccbe1c3fb5c05d011ba47bbb33a9c Mon Sep 17 00:00:00 2001 From: soer3n Date: Tue, 22 Jul 2025 07:42:43 +0200 Subject: [PATCH] add info about kubelb tenant defaulting at kkp project level Signed-off-by: soer3n --- .../main/tutorials-howtos/kubelb/_index.en.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/kubermatic/main/tutorials-howtos/kubelb/_index.en.md b/content/kubermatic/main/tutorials-howtos/kubelb/_index.en.md index 3c938d8b9..2997dd316 100644 --- a/content/kubermatic/main/tutorials-howtos/kubelb/_index.en.md +++ b/content/kubermatic/main/tutorials-howtos/kubelb/_index.en.md @@ -101,3 +101,21 @@ spec: This can be enabled using the KKP dashboard as well. ![Enable KubeLB during cluster creation](kubelb-dashboard.png?classes=shadow,border "Enable KubeLB during cluster creation") + +### Tenant defaulting at Project level + +KubeLB Tenant Spec can be defaulted in the related `Project` as follows: + +```yaml +apiVersion: kubermatic.k8c.io/v1 +kind: Project +metadata: + name: 2msp2ww6gw +spec: +... + defaultTenantSpec: + ... +... +``` + +The options for configuring default values for a kubelb tenant can be viewed in [kubelb tenant api specification](https://docs.kubermatic.com/kubelb/v1.1/references/ee/#tenantspec). \ No newline at end of file