Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/kubermatic/main/tutorials-howtos/kubelb/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).