Dr-Denzy commented on issue #16176:
URL: https://github.com/apache/airflow/issues/16176#issuecomment-851328425
I could not reproduce this issue. Consider closing it @kaxil
```bash
...
helm install $RELEASE_NAME apache-airflow/airflow --namespace $NAMESPACE
--debug
```
``` bash
...
NOTES:
Thank you for installing Apache Airflow 2.0.2!
Your release is named airflow-release.
You can now access your dashboard(s) by executing the following command(s)
and visiting the corresponding port at localhost in your browser:
Airflow Webserver: kubectl port-forward svc/airflow-release-webserver
8080:8080 --namespace airflow-namespace
Flower dashboard: kubectl port-forward svc/airflow-release-flower
5555:5555 --namespace airflow-namespace
Default Webserver (Airflow UI) Login credentials:
username: admin
password: admin
Default Postgres connection credentials:
username: postgres
password: postgres
port: 5432
You can get Fernet Key value by running the following:
echo Fernet Key: $(kubectl get secret --namespace airflow-namespace
airflow-release-fernet-key -o jsonpath="{.data.fernet-key}" | base64 --decode)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]