diff --git a/xml/cap_depl_aks.xml b/xml/cap_depl_aks.xml index f1417aef..525e3fda 100644 --- a/xml/cap_depl_aks.xml +++ b/xml/cap_depl_aks.xml @@ -459,9 +459,6 @@ env: # the UAA prefix is required UAA_HOST: uaa.example.com UAA_PORT: 2793 - # default SCF namespace - UAA_ZONE: scf - GARDEN_ROOTFS_DRIVER: "overlay-xfs" kube: diff --git a/xml/cap_depl_eks.xml b/xml/cap_depl_eks.xml index 2a397e35..3ea3d560 100644 --- a/xml/cap_depl_eks.xml +++ b/xml/cap_depl_eks.xml @@ -300,8 +300,6 @@ env: DOMAIN: example.com UAA_HOST: uaa.example.com UAA_PORT: 2793 - # default SCF namespace - UAA_ZONE: scf GARDEN_ROOTFS_DRIVER: overlay-xfs GARDEN_APPARMOR_PROFILE: "" @@ -502,7 +500,7 @@ suse https://kubernetes-charts.suse.com/ load balancer name will be the string preceding the first - character. - + &prompt.user;kubectl get service -n scf tcp-router-tcp-router-public diff --git a/xml/cap_depl_gke.xml b/xml/cap_depl_gke.xml index de841a37..32e917b9 100644 --- a/xml/cap_depl_gke.xml +++ b/xml/cap_depl_gke.xml @@ -301,8 +301,6 @@ env: # the UAA prefix is required UAA_HOST: uaa.example.com UAA_PORT: 2793 - # default SCF namespace - UAA_ZONE: scf GARDEN_ROOTFS_DRIVER: "overlay-xfs" kube: diff --git a/xml/cap_depl_install_caasp.xml b/xml/cap_depl_install_caasp.xml index ce463b9b..df16edd0 100644 --- a/xml/cap_depl_install_caasp.xml +++ b/xml/cap_depl_install_caasp.xml @@ -537,8 +537,6 @@ env: # uaa host and port UAA_HOST: uaa.&exampledomain; UAA_PORT: 2793 - # default SCF namespace - UAA_ZONE: scf # btrfs (the default) is required for SLE-based &kube; nodes GARDEN_ROOTFS_DRIVER: "btrfs" diff --git a/xml/cap_depl_stratos.xml b/xml/cap_depl_stratos.xml index 54933459..d36cdc89 100644 --- a/xml/cap_depl_stratos.xml +++ b/xml/cap_depl_stratos.xml @@ -63,6 +63,26 @@ sed 's/"namespace": "default"/"namespace": "stratos"/' | kubectl create --filena deployuaa and scf: + + Non-default SCF namespace + If you used a non-default namespace for &scf;, you need to change the + UAA_ZONE environment variable in the + scf-config-values.yaml to the correct namespace. You + can do so in the env section: + + + env: + # Enter the domain you created for your CAP cluster + DOMAIN: example.com + + # uaa host and port + UAA_HOST: uaa.example.com + UAA_PORT: 2793 + # scf namespace, default is "scf" + UAA_ZONE: scf2 + + + &prompt.user;helm install suse/console \ --name susecf-console \ --namespace stratos \