You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When spinning up distribution cluster, the following message is present in the log: "Unable to find the admin password for the cluster. Please run 'export initialAdminPassword=<your_password>' or create a file $ADMIN_PASSWORD_FILE with a single line that contains the password."
This suggests that admin user no longer has admin password, but that is not the case. Admin user does get created with admin as its password.
How can one reproduce the bug?
Steps to reproduce the behavior:
… message (#3490)
This changes remove the confusing log statement from 2.11 to unblock the build.
- Related to #3489
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
What is the bug?
When spinning up distribution cluster, the following message is present in the log:
"Unable to find the admin password for the cluster. Please run 'export initialAdminPassword=<your_password>' or create a file $ADMIN_PASSWORD_FILE with a single line that contains the password."
This suggests that admin user no longer has admin password, but that is not the case. Admin user does get created with
admin
as its password.How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Either the cluster shouldn't spin up or the error message shouldn't appear.
The text was updated successfully, but these errors were encountered: