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