mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
19 lines
571 B
Bash
19 lines
571 B
Bash
# kamaji parameters
|
|
export KAMAJI_NAMESPACE=kamaji-system
|
|
|
|
# tenant cluster parameters
|
|
export TENANT_NAMESPACE=default
|
|
export TENANT_NAME=tenant-00
|
|
export TENANT_DOMAIN=clastix.labs
|
|
export TENANT_VERSION=v1.31.0
|
|
export TENANT_PORT=6443 # port used to expose the tenant api server
|
|
export TENANT_PROXY_PORT=8132 # port used to expose the konnectivity server
|
|
export TENANT_POD_CIDR=10.36.0.0/16
|
|
export TENANT_SVC_CIDR=10.96.0.0/16
|
|
export TENANT_DNS_SERVICE=10.96.0.10
|
|
|
|
# tenant node addresses
|
|
export WORKER0=172.12.0.10
|
|
export WORKER1=172.12.0.11
|
|
export WORKER2=172.12.0.12
|