Skip to main content

Tenant Initialization

note

This procedure applies to installer versions before v38.1.1-0. From v38.1.1-0 onward the application provisions the tenant named in the tenant configuration section during deployment, and no operator action is required.

Create a new tenant

Using kubectl, exec into a running credoai-server pod and execute the create_tenant command.

tip

See tenant configuration for more information about setting a tenant name. The tenant created by the command below must match the configured tenant exactly.

kubectl exec -it \
deploy/credoai-server -- \
bin/create_tenant <mytenant>