diff --git a/content/en/docs/faq/access-control/_index.md b/content/en/docs/faq/access-control/_index.md new file mode 100644 index 000000000..b7a49b6a2 --- /dev/null +++ b/content/en/docs/faq/access-control/_index.md @@ -0,0 +1,6 @@ +--- +title: "Access Control and Account Management" +keywords: 'Kubernetes, KubeSphere, account, access control' +description: 'Faq about access control and account management' +weight: 16400 +--- diff --git a/content/en/docs/faq/access-control/forgot-password.md b/content/en/docs/faq/access-control/forgot-password.md new file mode 100644 index 000000000..65701f3db --- /dev/null +++ b/content/en/docs/faq/access-control/forgot-password.md @@ -0,0 +1,27 @@ +--- +title: "Reset the Account Password" +keywords: "Forgot, Password, KubeSphere, Kubernetes" +description: "How to reset the password if you forgot it." +linkTitle: "Reset the Account Password" +Weight: 16410 +--- + +## Reset the Password of a Regular User + +The administrator who has the permission to manage users can change an account password. On the **Accounts** page, click the account of which you need to change the password. On the detail page, select **Change Password** from the **More** drop-down list. + +![modify-password](/images/docs/faq/forgot-password/modify-password.png) + +### Reset the Administrator Password + +Execute the following command on the host cluster to change the password of any account. + +```bash +kubectl patch users -p '{"spec":{"password":""}}' --type='merge' && kubectl annotate users iam.kubesphere.io/password-encrypted- +``` + +{{< notice note >}} + +Make sure you replace `` and `` with the account and the new password in the command before you run it. + +{{}} \ No newline at end of file diff --git a/content/en/docs/faq/console/_index.md b/content/en/docs/faq/console/_index.md new file mode 100644 index 000000000..750a5b8dc --- /dev/null +++ b/content/en/docs/faq/console/_index.md @@ -0,0 +1,6 @@ +--- +title: "KubeSphere Web Console" +keywords: 'Kubernetes, KubeSphere, web console' +description: 'Faq about the KubeSphere web console' +weight: 16500 +--- diff --git a/content/en/docs/faq/console-faq.md b/content/en/docs/faq/console/console-web-browser.md similarity index 87% rename from content/en/docs/faq/console-faq.md rename to content/en/docs/faq/console/console-web-browser.md index bf299feb3..174542457 100644 --- a/content/en/docs/faq/console-faq.md +++ b/content/en/docs/faq/console/console-web-browser.md @@ -1,9 +1,9 @@ --- -title: "Questions about KubeSphere Console" +title: "Supported Browsers" keywords: "FAQ, console, KubeSphere, Kubernetes" description: "FAQ is designed to answer and summarize the questions our users most frequently ask about KubeSphere Console." - -Weight: 16200 +linkTitle: "Supported Browsers" +Weight: 16510 --- **What kind of browsers does KubeSphere support?** diff --git a/content/en/docs/faq/edit-resources-in-system-workspace.md b/content/en/docs/faq/console/edit-resources-in-system-workspace.md similarity index 99% rename from content/en/docs/faq/edit-resources-in-system-workspace.md rename to content/en/docs/faq/console/edit-resources-in-system-workspace.md index 9fe31f0e2..df57c23de 100644 --- a/content/en/docs/faq/edit-resources-in-system-workspace.md +++ b/content/en/docs/faq/console/edit-resources-in-system-workspace.md @@ -3,7 +3,7 @@ title: "Edit System Resources on the Console" keywords: "system, resources, KubeSphere, Kubernetes" description: "How to edit system resources on the console." linkTitle: 'Edit System Resources on the Console' -Weight: 16300 +Weight: 16520 --- When you install KubeSphere, the workspace `system-workspace` is created where all KubeSphere system projects and Kubernetes system projects run. To avoid any misoperation on both systems, you are not allowed to edit resources in the workspace directly on the console. However, you can still make adjustments to resources using `kubectl`. diff --git a/content/en/docs/faq/forgot-password.md b/content/en/docs/faq/forgot-password.md deleted file mode 100644 index 0c6912b51..000000000 --- a/content/en/docs/faq/forgot-password.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Forgot Password" -keywords: "Forgot, Password, KubeSphere, Kubernetes" -description: "How to reset the password if you forgot it." - -Weight: 16500 ---- - -## I forgot my password. How do I reset it? - -### Forgot the password of a regular user - -The administrator(who has the rights to manage users) can change a user password if required by simply using the "Change Password" action for a user. - -![modify-password](/images/docs/faq/forgot-password/modify-password.png) - -### Forgot the unique administrator password - -Execute the following command on the host cluster. - -```bash -kubectl patch users -p '{"spec":{"password":""}}' --type='merge' && kubectl annotate users iam.kubesphere.io/password-encrypted- -``` - -Please don't forget to replace the `` and ``. \ No newline at end of file diff --git a/content/en/docs/faq/installation/_index.md b/content/en/docs/faq/installation/_index.md new file mode 100644 index 000000000..27c20690a --- /dev/null +++ b/content/en/docs/faq/installation/_index.md @@ -0,0 +1,6 @@ +--- +title: "Installation" +keywords: 'Kubernetes, KubeSphere, installation, FAQ' +description: 'Faq about installation' +weight: 16100 +--- diff --git a/content/en/docs/installing-on-linux/faq/configure-booster.md b/content/en/docs/faq/installation/configure-booster.md similarity index 99% rename from content/en/docs/installing-on-linux/faq/configure-booster.md rename to content/en/docs/faq/installation/configure-booster.md index 1083fddf6..8f46856b6 100644 --- a/content/en/docs/installing-on-linux/faq/configure-booster.md +++ b/content/en/docs/faq/installation/configure-booster.md @@ -3,7 +3,7 @@ title: "Configure a Booster for Installation" keywords: 'KubeSphere, booster, installation, faq' description: 'How to configure a booster for installation' linkTitle: "Configure a Booster for Installation" -weight: 3610 +weight: 16200 --- If you have trouble downloading images from `dockerhub.io`, it is highly recommended that you configure a registry mirror (i.e. booster) beforehand to speed up downloads. You can refer to the [official documentation of Docker](https://docs.docker.com/registry/recipes/mirror/#configure-the-docker-daemon) or follow the steps below. diff --git a/content/en/docs/faq/telemetry.md b/content/en/docs/faq/installation/telemetry.md similarity index 98% rename from content/en/docs/faq/telemetry.md rename to content/en/docs/faq/installation/telemetry.md index 55112c890..5981b54d8 100644 --- a/content/en/docs/faq/telemetry.md +++ b/content/en/docs/faq/installation/telemetry.md @@ -2,8 +2,8 @@ title: "Telemetry in KubeSphere" keywords: "Installer, Telemetry, KubeSphere, Kubernetes" description: "Telemetry collects aggregate information of KubeSphere installation." - -Weight: 16400 +linkTitle: "Telemetry in KubeSphere" +Weight: 16300 --- Telemetry collects aggregate information about the size of KubeSphere clusters installed, KubeSphere and Kubernetes versions, components enabled, cluster running time, error logs, etc. KubeSphere promises that the information is only used by the KubeSphere community to improve products and will not be shared with any third parties. diff --git a/content/en/docs/faq/observability/_index.md b/content/en/docs/faq/observability/_index.md new file mode 100644 index 000000000..4f9e4cb33 --- /dev/null +++ b/content/en/docs/faq/observability/_index.md @@ -0,0 +1,6 @@ +--- +title: "Observability" +keywords: 'Kubernetes, KubeSphere, observability, FAQ' +description: 'Faq about observability' +weight: 16300 +--- diff --git a/content/en/docs/faq/byop.md b/content/en/docs/faq/observability/byop.md similarity index 98% rename from content/en/docs/faq/byop.md rename to content/en/docs/faq/observability/byop.md index 0fc3edaf2..99bd51a09 100644 --- a/content/en/docs/faq/byop.md +++ b/content/en/docs/faq/observability/byop.md @@ -1,9 +1,9 @@ --- -title: "Bring your own Prometheus" +title: "Bring Your Own Prometheus" keywords: "Monitoring, Prometheus, node-exporter, kube-state-metrics, KubeSphere, Kubernetes" description: "Use your own Prometheus stack for KubeSphere monitoring" - -Weight: 16100 +linkTitle: "Bring Your Own Prometheus" +Weight: 16330 --- KubeSphere comes with several pre-installed customized monitoring components including Prometheus Operator, Prometheus, Alertmanager, Grafana (Optional), various service monitors, node-exporter, kube-state-metrics. These components might already exist before you install KubeSphere, it's possible to use your own Prometheus stack setup in KubeSphere v3.0.0 . diff --git a/content/en/docs/pluggable-components/faq/logging.md b/content/en/docs/faq/observability/logging.md similarity index 99% rename from content/en/docs/pluggable-components/faq/logging.md rename to content/en/docs/faq/observability/logging.md index 4b757d0eb..28b9d8ef5 100644 --- a/content/en/docs/pluggable-components/faq/logging.md +++ b/content/en/docs/faq/observability/logging.md @@ -3,7 +3,7 @@ title: "Logging" keywords: "Kubernetes, Elasticsearch, KubeSphere, Logging, logs" description: "FAQ about logging" linkTitle: "Logging" -weight: 6920 +weight: 16310 --- This page contains some of the frequently asked questions about logging. diff --git a/content/en/docs/pluggable-components/faq/monitoring.md b/content/en/docs/faq/observability/monitoring.md similarity index 98% rename from content/en/docs/pluggable-components/faq/monitoring.md rename to content/en/docs/faq/observability/monitoring.md index 90447f118..5474613ca 100644 --- a/content/en/docs/pluggable-components/faq/monitoring.md +++ b/content/en/docs/faq/observability/monitoring.md @@ -3,7 +3,7 @@ title: "Monitoring" keywords: "Kubernetes, Prometheus, KubeSphere, Monitoring" description: "FAQ about monitoring" linkTitle: "Monitoring" -weight: 6930 +weight: 16320 --- This page contains some of the frequently asked questions about monitoring. diff --git a/content/en/docs/faq/upgrade/_index.md b/content/en/docs/faq/upgrade/_index.md new file mode 100644 index 000000000..c07561131 --- /dev/null +++ b/content/en/docs/faq/upgrade/_index.md @@ -0,0 +1,6 @@ +--- +title: "Upgrade" +keywords: 'Kubernetes, KubeSphere, upgrade, FAQ' +description: 'Faq about upgrade' +weight: 16200 +--- diff --git a/content/en/docs/upgrade/upgrade-faq.md b/content/en/docs/faq/upgrade/upgrade-faq.md similarity index 93% rename from content/en/docs/upgrade/upgrade-faq.md rename to content/en/docs/faq/upgrade/upgrade-faq.md index a7e440c98..47620ed4b 100644 --- a/content/en/docs/upgrade/upgrade-faq.md +++ b/content/en/docs/faq/upgrade/upgrade-faq.md @@ -1,10 +1,9 @@ --- -title: "FAQ" +title: "Upgrade Qingcloud CSI" keywords: "Kubernetes, upgrade, KubeSphere, v3.0.0" -description: "KubeSphere Upgrade FAQ" - -linkTitle: "FAQ" -weight: 7700 +description: "Upgrade Qingcloud CSI" +linkTitle: "Upgrade Qingcloud CSI" +weight: 16210 --- ## How to upgrade Qingcloud CSI after upgrading? diff --git a/content/en/docs/installing-on-kubernetes/faq/_index.md b/content/en/docs/installing-on-kubernetes/faq/_index.md deleted file mode 100644 index 46901ec64..000000000 --- a/content/en/docs/installing-on-kubernetes/faq/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -linkTitle: "FAQ" -weight: 4500 - -_build: - render: false ---- diff --git a/content/en/docs/installing-on-kubernetes/faq/faq1.md b/content/en/docs/installing-on-kubernetes/faq/faq1.md deleted file mode 100644 index 9a6cb8bf0..000000000 --- a/content/en/docs/installing-on-kubernetes/faq/faq1.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "FAQ" -keywords: 'kubernetes, kubesphere, faq' -description: 'FAQ' - - -weight: 4510 ---- - -TBD diff --git a/content/en/docs/installing-on-linux/_index.md b/content/en/docs/installing-on-linux/_index.md index 7b2755c8d..3ca7066a5 100644 --- a/content/en/docs/installing-on-linux/_index.md +++ b/content/en/docs/installing-on-linux/_index.md @@ -71,12 +71,6 @@ Cordon a node and even delete a node to scale in your cluster. Remove KubeSphere and Kubernetes from your machines. -## FAQ - -### [Configure Booster for Installation](../installing-on-linux/faq/configure-booster/) - -Set a registry mirror to speed up image downloads during installation. - ## Most Popular Pages Below you will find some of the most viewed and helpful pages in this chapter. It is highly recommended that you refer to them first. diff --git a/content/en/docs/installing-on-linux/faq/_index.md b/content/en/docs/installing-on-linux/faq/_index.md deleted file mode 100644 index e291027df..000000000 --- a/content/en/docs/installing-on-linux/faq/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "FAQ" -keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' -description: 'How to uninstall KubeSphere' - - -weight: 3600 ---- diff --git a/content/en/docs/pluggable-components/_index.md b/content/en/docs/pluggable-components/_index.md index c7a68f130..4896849a2 100644 --- a/content/en/docs/pluggable-components/_index.md +++ b/content/en/docs/pluggable-components/_index.md @@ -47,13 +47,3 @@ Learn how to enable the Service Mesh to use different traffic management strateg ## [Network Policies](../pluggable-components/network-policy/) Learn how to enable Network Policies to control traffic flow at the IP address or port level. - -## FAQ - -### [Logging](../pluggable-components/faq/logging/) - -Questions asked frequently about the logging functionality. - -### [Monitoring](../pluggable-components/faq/monitoring/) - -Questions asked frequently about the monitoring functionality. diff --git a/content/en/docs/pluggable-components/faq/_index.md b/content/en/docs/pluggable-components/faq/_index.md deleted file mode 100644 index e8482282f..000000000 --- a/content/en/docs/pluggable-components/faq/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -linkTitle: "FAQ" -weight: 6910 - -_build: - render: false ---- diff --git a/content/en/docs/upgrade/_index.md b/content/en/docs/upgrade/_index.md index 538cf2cf0..8b682b3ed 100644 --- a/content/en/docs/upgrade/_index.md +++ b/content/en/docs/upgrade/_index.md @@ -36,7 +36,3 @@ Follow steps to use ks-installer and Offline-package to upgrade KubeSphere. ## [Changes after Upgrade](../upgrade/what-changed/) Understand what will be changed after the upgrade. - -## [FAQ](../upgrade/upgrade-faq/) - -Find the answers to some of the most asked questions of upgrading. \ No newline at end of file