Tenant Initialization
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>