diff --git a/docs/pages-for-subheaders/helm-charts-in-rancher.md b/docs/pages-for-subheaders/helm-charts-in-rancher.md index 1c94261b39d..f11dfcb8e63 100644 --- a/docs/pages-for-subheaders/helm-charts-in-rancher.md +++ b/docs/pages-for-subheaders/helm-charts-in-rancher.md @@ -44,6 +44,15 @@ Any major versions that are less than the ones mentioned in the table below are - On upgrades, ensure that you are not downgrading the version of the chart that you are using. For example, if you are using a version of Monitoring > `16.6.0` in Rancher 2.5, you should not upgrade to `100.x.x+up16.6.0`. Instead, you should upgrade to the appropriate version in the next release. +### Prerelease Versions + +Prereleases adhere to [the specification](https://semver.org/#spec-item-9) defined by [Semantic Versioning 2.0.0](https://semver.org/). For example, a Helm chart with a version of `0.1.3-dev.12ab4f` is considered a prerelease. Prerelease versions are not displayed by default and must be configured to do so. + +To display prerelease versions: + +1. Click on your user avatar in the upper right corner. +1. Click **Preferences**. +1. Under **Helm Charts**, select **Include Prerelease Versions**. ### Charts @@ -148,3 +157,5 @@ If you have a legacy app installed and want to upgrade it: ### Limitations [Dashboard apps or Rancher feature charts](helm-charts-in-rancher.md) **cannot** be installed using the Rancher CLI. + +a \ No newline at end of file diff --git a/docs/reference-guides/user-settings/user-preferences.md b/docs/reference-guides/user-settings/user-preferences.md index 9521d13557c..3a36abd6e18 100644 --- a/docs/reference-guides/user-settings/user-preferences.md +++ b/docs/reference-guides/user-settings/user-preferences.md @@ -2,16 +2,61 @@ title: User Preferences --- -Each user can choose preferences to personalize their Rancher experience. To change preference settings, open the **User Settings** menu and then select **Preferences**. +You can set preferences to personalize your Rancher experience. To change preference settings: + +1. Click on your user avatar in the upper right corner. +1. Click **Preferences**. + +## Language + +Choose your language for the Rancher UI. Options include: + +- English +- 简体中文 (Simplified Chinese) ## Theme Choose your background color for the Rancher UI. If you choose **Auto**, the background color changes from light to dark at 6 PM, and then changes back at 6 AM. -## My Account +## Login Landing Page -This section displays the **Name** (your display name) and **Username** (your login) used for your session. To change your login's current password, click the **Change Password** button. +Choose the page displayed after logging in. Options include: -## Table Row per Page +- The home page. +- The area you last visited. +- A specific cluster of your choosing. -On pages that display system objects like clusters or deployments in a table, you can set the number of objects that display on the page before you must paginate. The default setting is `50`. +## Display Settings + +Choose how certain information is displayed: + +- Date format +- Time format +- Table rows per page +- Number of clusters to show in side menu + +## Confirmation Setting + +_Available as of v2.7.2_ + +Choose whether to ask for confirmation when scaling down node pools. + +## Advanced Features + +- Enable "View in API". +- Show system Namespaces managed by Rancher (not intended for editing or deletion). +- Enable Dark/Light Theme keyboard shortcut toggle (shift+T). +- Hide All Type Descriptions. +- Enable Extension developer features. + +![](/img/user-preferences-2-7.png) + +## YAML Editor Key Mapping + +- Normal human (Sublime) +- Emacs +- Vim + +## Helm Charts + +Choose whether to display released Helm charts only or to include prerelease versions as well. A version is considered to be a prerelease if it adheres to [the specification](https://semver.org/#spec-item-9) defined by [Semantic Versioning 2.0.0](https://semver.org/). For example, a Helm chart with a version of `0.1.3-dev.12ab4f` requires `Include Prerelease Versions` to be selected in order to be displayed. diff --git a/static/img/user-preferences-2-7.png b/static/img/user-preferences-2-7.png new file mode 100644 index 00000000000..94937bfd3f1 Binary files /dev/null and b/static/img/user-preferences-2-7.png differ