-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
- In AKS Cluster setup, TP_DOMAIN is initialized as :
export TP_TOP_LEVEL_DOMAIN="azure.example.com" # top level domain of TP_DOMAIN
export TP_SANDBOX="dp1" # hostname of TP_DOMAIN
export TP_DOMAIN="${TP_SANDBOX}.${TP_TOP_LEVEL_DOMAIN}" # domain to be used
Following optional lines also needs to be commented otherwise it will overwrite previous value.
export TP_DOMAIN="services.dp1.azure.example.com" # domain to be used for services and capabilities
- And in CP Readme, TP_DOMAIN is initialized as,
export TP_TOP_LEVEL_DOMAIN="azure.example.com" # top level domain of TP_DOMAIN
export TP_SANDBOX="dp1" # hostname of TP_DOMAIN
export TP_MAIN_INGRESS_SANDBOX_SUBDOMAIN= "department" # sandbox subdomain to be used
export TP_DOMAIN="${TP_MAIN_INGRESS_SANDBOX_SUBDOMAIN}.${TP_SANDBOX}.${TP_TOP_LEVEL_DOMAIN}" # domain to be used
So, when you are running instructions and setting env variables in the same terminal, this variable gets overwritten and for both steps (cluster setup and CP setup) values are different.
Is this intented?
Thank you,
Kulbhushan
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation