Cauchy
[root@master home]# helm status ks-openldap
LAST DEPLOYED: Thu Jun 18 10:38:09 2020
NAMESPACE: kubesphere-system
STATUS: DEPLOYED
RESOURCES:
==> MISSING
KIND NAME
/v1, Resource=services openldap
apps/v1, Resource=statefulsets openldap
NOTES:
- Get the application URL by running these commands:
export POD_NAME=$(kubectl get pods –namespace kubesphere-system -l “app.kubernetes.io/name=openldap-ha,app.kubernetes.io/instance=ks-openldap” -o jsonpath=“{.items[0].metadata.name}”)
echo “Visit ldap://127.0.0.1:389 to use your application”
kubectl port-forward $POD_NAME 389:389