mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 18:10:03 +00:00
Fix namespace with previous var
This commit is contained in:
committed by
Adriano Pezzuto
parent
b5a7ff6e6c
commit
be1737d908
@@ -150,7 +150,7 @@ kubectl -n ${TENANT_NAMESPACE} apply -f ${TENANT_NAMESPACE}-${TENANT_NAME}-tcp.y
|
|||||||
After a few seconds, check the created resources in the tenants namespace and when ready it will look similar to the following:
|
After a few seconds, check the created resources in the tenants namespace and when ready it will look similar to the following:
|
||||||
|
|
||||||
```command
|
```command
|
||||||
kubectl -n tenants get tcp,deploy,pods,svc
|
kubectl -n ${TENANT_NAMESPACE} get tcp,deploy,pods,svc
|
||||||
|
|
||||||
NAME VERSION STATUS CONTROL-PLANE ENDPOINT KUBECONFIG DATASTORE AGE
|
NAME VERSION STATUS CONTROL-PLANE ENDPOINT KUBECONFIG DATASTORE AGE
|
||||||
tenantcontrolplane/tenant-00 v1.25.2 Ready 192.168.32.240:6443 tenant-00-admin-kubeconfig default 2m20s
|
tenantcontrolplane/tenant-00 v1.25.2 Ready 192.168.32.240:6443 tenant-00-admin-kubeconfig default 2m20s
|
||||||
|
|||||||
Reference in New Issue
Block a user