-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm_charts #182
base: 1.4.0
Are you sure you want to change the base?
Helm_charts #182
Conversation
5. The default username for logging into the Everest UI is `admin`. You can set a different default admin password by using the `server.initialAdminPassword` parameter during installation. | ||
|
||
The default `admin` password is stored in plain text. It is highly recommended to update the password using `everestctl` to ensure that the passwords are hashed. | ||
|
||
To access detailed information on user management, see the [manage users in Percona Everest](../administer/manage_users.md#update-the-password) section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be merged with step 3. where we tell users to retrieve the admin password, similarly with what we do in the CLI installation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
docs/upgrade/upgrade_with_helm.md
Outdated
|
||
where, | ||
|
||
**VERSION** is the Percona Everest Version you wish to upgrade to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And DB namespace
is the namespace you want to upgrade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Diogo Recharte <[email protected]>
Co-authored-by: Diogo Recharte <[email protected]>
Co-authored-by: Diogo Recharte <[email protected]>
1. Add the Percona Helm repository: | ||
|
||
```sh | ||
helm repo add percona https://percona.github.io/percona-helm-charts/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is missing helm repo update
Co-authored-by: Mayank Shah <[email protected]>
Co-authored-by: Mayank Shah <[email protected]>
Co-authored-by: Mayank Shah <[email protected]>
Refer to the README for the instructions required for documentation:
https://github.com/percona/percona-helm-charts/blob/main/charts/everest/README.md