Available in editions: CE, BE, SE, SE+, EE
The module does not have any mandatory parameters.
The module is enabled by default in the following bundles: Default, Managed.
The module is disabled by default in the Minimal bundle.
Settings
The module is configured using the ModuleConfig custom resource named multitenancy-manager (learn more about setting up Deckhouse…).
Example of the ModuleConfig/multitenancy-manager resource for configuring the module:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
name: multitenancy-manager
spec:
version: 1
enabled: true
settings: # <-- Module parameters from the "Parameters" section below.
Parameters
Schema version: 1
- objectsettings
- booleansettings.allowNamespacesWithoutProjects
If this option is disabled - prohibit to create a namespace which is not a part of a Project.
Default:
true - booleansettings.highAvailability
Manually enable the high availability mode.
By default, Deckhouse automatically decides whether to enable the HA mode. Click here to learn more about the HA mode for modules.
Example:
highAvailability: true