add post deployment notes (#73)

This commit is contained in:
Max
2021-04-13 12:06:10 +02:00
committed by GitHub
parent d5af204c09
commit f85004ffc4
2 changed files with 21 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- export servo MBeans with JMX Prometheus exporter [#65](https://github.com/Telecominfraproject/wlan-cloud-helm/pull/65)
- render post-deployment message [#73](https://github.com/Telecominfraproject/wlan-cloud-helm/pull/73)
## [1.0.1] - 2021-04-12

View File

@@ -0,0 +1,20 @@
Your TIP WLAN cloud controller Helm deployment has been successful!
**************************************************************************************
*** PLEASE BE PATIENT: Some components may need up to 5 minutes to fully start up. ***
**************************************************************************************
You can check the status with the following command:
kubectl get pods -n {{ .Release.Namespace }} -w
{{ if gt (len (index .Values "wlan-cloud-static-portal").ingress.hosts) 0 }}
The dashboard should be available at:
http://{{ (index (index .Values "wlan-cloud-static-portal").ingress.hosts 0).host }}
Login with the following credentials:
Username: support@example.com
Password: support
{{ end }}