mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 17:52:40 +00:00
add post deployment notes (#73)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
20
tip-wlan/templates/NOTES.txt
Normal file
20
tip-wlan/templates/NOTES.txt
Normal 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 }}
|
||||
Reference in New Issue
Block a user