diff --git a/content/en/blogs/TiDB-on-KubeSphere-upload-helm-chart.md b/content/en/blogs/TiDB-on-KubeSphere-upload-helm-chart.md index e2365288c..2372eb5c6 100644 --- a/content/en/blogs/TiDB-on-KubeSphere-upload-helm-chart.md +++ b/content/en/blogs/TiDB-on-KubeSphere-upload-helm-chart.md @@ -105,7 +105,7 @@ Now that you have Helm charts ready, you can upload them to KubeSphere as app te You can release apps you have uploaded to KubeSphere to the public repository, also known as the App Store. In this way, all tenants on the platform can see these apps and deploy them if they have necessary permissions regardless of the workspace they belong to. -1. Click **Platform** in the top left corner and select **Access Control**. +1. Click **Platform** in the top-left corner and select **Access Control**. 2. On the **Workspaces** page, click the workspace where you have uploaded the Helm charts above. @@ -119,7 +119,7 @@ You can release apps you have uploaded to KubeSphere to the public repository, a ![detail-page](https://ap3.qingstor.com/kubesphere-website/docs/20201201150948.png) -5. After the app is submitted for review, I need to approve it before it can be released to the App Store. Click **Platform** in the top left corner and select **App Store Management**. +5. After the app is submitted for review, I need to approve it before it can be released to the App Store. Click **Platform** in the top-left corner and select **App Store Management**. ![app-store-management](https://ap3.qingstor.com/kubesphere-website/docs/20201201152220.png) @@ -131,7 +131,7 @@ You can release apps you have uploaded to KubeSphere to the public repository, a ![approve-app](https://ap3.qingstor.com/kubesphere-website/docs/20201201152734.png) -8. After the app is approved, you can release it to the App Store. Click **Platform** in the top left corner, select **Access Control**, and go back to your workspace. Select **App Templates** from the navigation bar and click **tidb-operator**. +8. After the app is approved, you can release it to the App Store. Click **Platform** in the top-left corner, select **Access Control**, and go back to your workspace. Select **App Templates** from the navigation bar and click **tidb-operator**. ![tidb-operator-app-template](https://ap3.qingstor.com/kubesphere-website/docs/20201201153102.png) @@ -141,7 +141,7 @@ You can release apps you have uploaded to KubeSphere to the public repository, a ![release-prompt](https://ap3.qingstor.com/kubesphere-website/docs/20201201153423.png) -11. To view the app released, click **App Store** in the top left corner and you can see it in the App Store. Likewise, you can deploy **tidb-cluster** to the App Store by following the same step. +11. To view the app released, click **App Store** in the top-left corner and you can see it in the App Store. Likewise, you can deploy **tidb-cluster** to the App Store by following the same step. ![tidb-operator](https://ap3.qingstor.com/kubesphere-website/docs/20201201154211.png) diff --git a/content/en/blogs/TiDB-on-KubeSphere-using-qke.md b/content/en/blogs/TiDB-on-KubeSphere-using-qke.md index a3ead8744..3b94ccb72 100644 --- a/content/en/blogs/TiDB-on-KubeSphere-using-qke.md +++ b/content/en/blogs/TiDB-on-KubeSphere-using-qke.md @@ -40,7 +40,7 @@ Therefore, I select QingCloud Kubernetes Engine (QKE) to prepare the environment ![cluster-management](https://ap3.qingstor.com/kubesphere-website/docs/20201026175447.png) -3. Use the built-in **Web Kubectl** from the Toolkit in the bottom right corner to execute the following command to install TiDB Operator CRD: +3. Use the built-in **Web Kubectl** from the Toolkit in the bottom-right corner to execute the following command to install TiDB Operator CRD: ```bash kubectl apply -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.1.6/manifests/crd.yaml diff --git a/content/en/blogs/add-nfs-sc-and-create-nfs-pvc-on-kubesphere-console.md b/content/en/blogs/add-nfs-sc-and-create-nfs-pvc-on-kubesphere-console.md index c348d58a9..b787cc0c3 100644 --- a/content/en/blogs/add-nfs-sc-and-create-nfs-pvc-on-kubesphere-console.md +++ b/content/en/blogs/add-nfs-sc-and-create-nfs-pvc-on-kubesphere-console.md @@ -56,7 +56,7 @@ This is basically the same as what I did last time as we need to make sure all o - As NFS itself does not have an internal provisioner, I will be using NFS-client Provisioner for dynamic provisioning of volumes. - - `kubectl` is integrated into the console of KubeSphere. You can run commands with it from **Toolbox** in the bottom right corner of the KubeSphere dashboard. + - `kubectl` is integrated into the console of KubeSphere. You can run commands with it from **Toolbox** in the bottom-right corner of the KubeSphere dashboard. {{}} @@ -113,7 +113,7 @@ To mount a volume to your workload, you need to create a [PersistentVolumeClaim] {{< notice note >}} - To create workloads in KubeSphere, you can create and apply YAML files just as what you did before (**Edit Mode** in the top right corner). At the same time, you can also set parameters for your workloads on the KubeSphere dashboard one by one. I will not talk about the whole process in detail as this article is mainly about how to configure storage and create volumes. Have a look at [the KubeSphere documentation](https://kubesphere.io/docs/project-user-guide/application-workloads/deployments/) to learn more about how to create workloads. + To create workloads in KubeSphere, you can create and apply YAML files just as what you did before (**Edit Mode** in the top-right corner). At the same time, you can also set parameters for your workloads on the KubeSphere dashboard one by one. I will not talk about the whole process in detail as this article is mainly about how to configure storage and create volumes. Have a look at [the KubeSphere documentation](https://kubesphere.io/docs/project-user-guide/application-workloads/deployments/) to learn more about how to create workloads. {{}} diff --git a/content/en/blogs/argo-cd-a-tool-for-devops.md b/content/en/blogs/argo-cd-a-tool-for-devops.md index d44e756d5..3b6c001ac 100644 --- a/content/en/blogs/argo-cd-a-tool-for-devops.md +++ b/content/en/blogs/argo-cd-a-tool-for-devops.md @@ -169,7 +169,7 @@ We surely can create an application through the Web UI, but let's use the CLI to ![argocd-service](/images/blogs/en/argo-cd-a-tool-for-devops/argocd-service.png) -3. Click it to see its details. You can also click the icon in the upper right corner to view its topology diagram. +3. Click it to see its details. You can also click the icon in the upper-right corner to view its topology diagram. ![argocd-topology](/images/blogs/en/argo-cd-a-tool-for-devops//argocd-topology.png) diff --git a/content/en/blogs/install-nfs-server-client-for-kubesphere-cluster.md b/content/en/blogs/install-nfs-server-client-for-kubesphere-cluster.md index 794e15470..6531924a6 100644 --- a/content/en/blogs/install-nfs-server-client-for-kubesphere-cluster.md +++ b/content/en/blogs/install-nfs-server-client-for-kubesphere-cluster.md @@ -317,7 +317,7 @@ You can verify that NFS-client has been successfully installed either from the c 1. The `ks-console` Service is being exposed through a NodePort. Log in to the console at `:30880` with the default account and password (`admin/P@88w0rd`). You may need to open the port in your security groups and configure relevant port forwarding rules depending on your environment. -2. Click **Platform** in the top left corner and go to **Cluster Management**. In **Storage Classes** under **Storage**, you can see two storage classes: +2. Click **Platform** in the top-left corner and go to **Cluster Management**. In **Storage Classes** under **Storage**, you can see two storage classes: ![nfs-storage-class](/images/blogs/en/install-nfs-server-client-for-kubesphere-cluster/nfs-storage-class.png) diff --git a/content/en/docs/application-store/app-lifecycle-management.md b/content/en/docs/application-store/app-lifecycle-management.md index 6e642b6e1..55ab48241 100644 --- a/content/en/docs/application-store/app-lifecycle-management.md +++ b/content/en/docs/application-store/app-lifecycle-management.md @@ -26,7 +26,7 @@ Using [Redis](https://redis.io/) as an example application, this tutorial demons You need to create two accounts first, one for ISVs (`isv`) and the other (`reviewer`) for app technical reviewers. -1. Log in to the KubeSphere console with the account `admin`. Click **Platform** in the top left corner and select **Access Control**. In **Account Roles**, click **Create**. +1. Log in to the KubeSphere console with the account `admin`. Click **Platform** in the top-left corner and select **Access Control**. In **Account Roles**, click **Create**. ![create-role](/images/docs/appstore/application-lifecycle-management/create-role.jpg) @@ -135,7 +135,7 @@ The version number must start with a number and contain decimal points. ### Step 3: Review the application -1. Log out of KubeSphere and log back in as `reviewer`. Click **Platform** in the top left corner and select **App Store Management**. On the **App Review** page, the app submitted in the previous step displays under the tab **Unprocessed**. +1. Log out of KubeSphere and log back in as `reviewer`. Click **Platform** in the top-left corner and select **App Store Management**. On the **App Review** page, the app submitted in the previous step displays under the tab **Unprocessed**. ![app-to-be-reviewed](/images/docs/appstore/application-lifecycle-management/app-to-be-reviewed.jpg) @@ -157,7 +157,7 @@ After the app is approved, `isv` can release the Redis application to the App St ![app-active](/images/docs/appstore/application-lifecycle-management/app-active.jpg) -3. Click **View in Store** to go to its **App Info** page in the App Store. Alternatively, click **App Store** in the top left corner and you can also see the app. +3. Click **View in Store** to go to its **App Info** page in the App Store. Alternatively, click **App Store** in the top-left corner and you can also see the app. ![redis](/images/docs/appstore/application-lifecycle-management/redis.jpg) @@ -267,7 +267,7 @@ To follow the steps below, you must deploy an app of one of its old versions fir You can choose to remove an app entirely from the App Store or suspend a specific app version. -1. Log in to KubeSphere as `reviewer`. Click **Platform** in the top left corner and go to **App Store Management**. On the **App Store** page, click Redis. +1. Log in to KubeSphere as `reviewer`. Click **Platform** in the top-left corner and go to **App Store Management**. On the **App Store** page, click Redis. ![remove-app](/images/docs/appstore/application-lifecycle-management/remove-app.jpg) diff --git a/content/en/docs/application-store/built-in-apps/etcd-app.md b/content/en/docs/application-store/built-in-apps/etcd-app.md index afd09f176..1bdc83b6a 100644 --- a/content/en/docs/application-store/built-in-apps/etcd-app.md +++ b/content/en/docs/application-store/built-in-apps/etcd-app.md @@ -19,7 +19,7 @@ This tutorial walks you through an example of deploying etcd from the App Store ### Step 1: Deploy etcd from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![project-overview](/images/docs/appstore/built-in-apps/etcd-app/project-overview.jpg) diff --git a/content/en/docs/application-store/built-in-apps/harbor-app.md b/content/en/docs/application-store/built-in-apps/harbor-app.md index 8ef42c7aa..02141c7eb 100644 --- a/content/en/docs/application-store/built-in-apps/harbor-app.md +++ b/content/en/docs/application-store/built-in-apps/harbor-app.md @@ -18,7 +18,7 @@ This tutorial walks you through an example of deploying [Harbor](https://goharbo ### Step 1: Deploy Harbor from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![app-store](/images/docs/appstore/built-in-apps/harbor-app/app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/memcached-app.md b/content/en/docs/application-store/built-in-apps/memcached-app.md index 5d4ffc679..f00ed8d67 100644 --- a/content/en/docs/application-store/built-in-apps/memcached-app.md +++ b/content/en/docs/application-store/built-in-apps/memcached-app.md @@ -18,7 +18,7 @@ This tutorial walks you through an example of deploying Memcached from the App S ### Step 1: Deploy Memcached from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![in-app-store](/images/docs/appstore/built-in-apps/memcached-app/in-app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/minio-app.md b/content/en/docs/application-store/built-in-apps/minio-app.md index dcd731784..f2ab7934d 100644 --- a/content/en/docs/application-store/built-in-apps/minio-app.md +++ b/content/en/docs/application-store/built-in-apps/minio-app.md @@ -18,7 +18,7 @@ This tutorial walks you through an example of deploying MinIO from the App Store ### Step 1: Deploy MinIO from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![minio-app](/images/docs/appstore/built-in-apps/minio-app/minio-app.jpg) diff --git a/content/en/docs/application-store/built-in-apps/mongodb-app.md b/content/en/docs/application-store/built-in-apps/mongodb-app.md index a0902e404..75309ff81 100644 --- a/content/en/docs/application-store/built-in-apps/mongodb-app.md +++ b/content/en/docs/application-store/built-in-apps/mongodb-app.md @@ -19,7 +19,7 @@ This tutorial walks you through an example of deploying MongoDB from the App Sto ### Step 1: Deploy MongoDB from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![app-store](/images/docs/appstore/built-in-apps/mongodb-app/app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/mysql-app.md b/content/en/docs/application-store/built-in-apps/mysql-app.md index eb9e607cc..d93d31cf0 100644 --- a/content/en/docs/application-store/built-in-apps/mysql-app.md +++ b/content/en/docs/application-store/built-in-apps/mysql-app.md @@ -19,7 +19,7 @@ This tutorial walks you through an example of deploying MySQL from the App Store ### Step 1: Deploy MySQL from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![go-to-app-store](/images/docs/appstore/built-in-apps/mysql-app/go-to-app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/nginx-app.md b/content/en/docs/application-store/built-in-apps/nginx-app.md index 5d6dbc80a..c0f2ecb88 100644 --- a/content/en/docs/application-store/built-in-apps/nginx-app.md +++ b/content/en/docs/application-store/built-in-apps/nginx-app.md @@ -19,7 +19,7 @@ This tutorial walks you through an example of deploying NGINX from the App Store ### Step 1: Deploy NGINX from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![app-store](/images/docs/appstore/built-in-apps/nginx-app/app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/postgresql-app.md b/content/en/docs/application-store/built-in-apps/postgresql-app.md index afb84b062..8aad8f056 100644 --- a/content/en/docs/application-store/built-in-apps/postgresql-app.md +++ b/content/en/docs/application-store/built-in-apps/postgresql-app.md @@ -19,7 +19,7 @@ This tutorial walks you through an example of how to deploy PostgreSQL from the ### Step 1: Deploy PostgreSQL from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![click-app-store](/images/docs/appstore/built-in-apps/postgresql-app/click-app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/rabbitmq-app.md b/content/en/docs/application-store/built-in-apps/rabbitmq-app.md index f3f1b88ad..837ad63a5 100644 --- a/content/en/docs/application-store/built-in-apps/rabbitmq-app.md +++ b/content/en/docs/application-store/built-in-apps/rabbitmq-app.md @@ -18,7 +18,7 @@ This tutorial walks you through an example of how to deploy RabbitMQ from the Ap ### Step 1: Deploy RabbitMQ from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![rabbitmq01](/images/docs/appstore/built-in-apps/rabbitmq-app/rabbitmq01.jpg) diff --git a/content/en/docs/application-store/built-in-apps/radondb-mysql-app.md b/content/en/docs/application-store/built-in-apps/radondb-mysql-app.md index dc4ac9845..e45705ad2 100644 --- a/content/en/docs/application-store/built-in-apps/radondb-mysql-app.md +++ b/content/en/docs/application-store/built-in-apps/radondb-mysql-app.md @@ -19,7 +19,7 @@ This tutorial demonstrates how to deploy RadonDB MySQL from the App Store of Kub ### Step 1: Deploy RadonDB MySQL from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. 2. Find RadonDB MySQL and click **Deploy** on the **App Information** page. diff --git a/content/en/docs/application-store/built-in-apps/redis-app.md b/content/en/docs/application-store/built-in-apps/redis-app.md index 8fe4a82e6..22f54bdca 100644 --- a/content/en/docs/application-store/built-in-apps/redis-app.md +++ b/content/en/docs/application-store/built-in-apps/redis-app.md @@ -19,7 +19,7 @@ This tutorial walks you through an example of deploying Redis from the App Store ### Step 1: Deploy Redis from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![app-store](/images/docs/appstore/built-in-apps/redis-app/app-store.jpg) diff --git a/content/en/docs/application-store/built-in-apps/tomcat-app.md b/content/en/docs/application-store/built-in-apps/tomcat-app.md index 2af0c9095..b516a214b 100644 --- a/content/en/docs/application-store/built-in-apps/tomcat-app.md +++ b/content/en/docs/application-store/built-in-apps/tomcat-app.md @@ -18,7 +18,7 @@ This tutorial walks you through an example of deploying Tomcat from the App Stor ### Step 1: Deploy Tomcat from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![go-to-app-store](/images/docs/appstore/built-in-apps/tomcat-app/tomcat-app01.jpg) diff --git a/content/en/docs/application-store/external-apps/deploy-clickhouse.md b/content/en/docs/application-store/external-apps/deploy-clickhouse.md index fe6f0c8b0..a71134cb7 100644 --- a/content/en/docs/application-store/external-apps/deploy-clickhouse.md +++ b/content/en/docs/application-store/external-apps/deploy-clickhouse.md @@ -19,7 +19,7 @@ This tutorial demonstrates how to deploy ClickHouse Operator and a ClickHouse Cl ### Step 1: Deploy ClickHouse Operator -1. Log in to the KubeSphere Web console as `admin`, and use **Kubectl** from the **Toolbox** in the bottom right corner to run the following command to install ClickHouse Operator. It is recommended that you have at least two worker nodes available in your cluster. +1. Log in to the KubeSphere Web console as `admin`, and use **Kubectl** from the **Toolbox** in the bottom-right corner to run the following command to install ClickHouse Operator. It is recommended that you have at least two worker nodes available in your cluster. ```bash kubectl apply -f https://raw.githubusercontent.com/radondb/radondb-clickhouse-kubernetes/master/clickhouse-operator-install.yml @@ -142,7 +142,7 @@ This tutorial demonstrates how to deploy ClickHouse Operator and a ClickHouse Cl ### Step 5: Access the ClickHouse Cluster -1. Log out of KubeSphere and log back in as `admin`. Hover your cursor over the hammer icon in the bottom right corner and then select **Kubectl**. +1. Log out of KubeSphere and log back in as `admin`. Hover your cursor over the hammer icon in the bottom-right corner and then select **Kubectl**. 2. In the window that appears, run the following command and then navigate to the username and password of the ClickHouse cluster. diff --git a/content/en/docs/application-store/external-apps/deploy-gitlab.md b/content/en/docs/application-store/external-apps/deploy-gitlab.md index 84bc897ef..6fc4e7070 100644 --- a/content/en/docs/application-store/external-apps/deploy-gitlab.md +++ b/content/en/docs/application-store/external-apps/deploy-gitlab.md @@ -99,7 +99,7 @@ This tutorial demonstrates how to deploy GitLab on KubeSphere. ![search-secret](/images/docs/appstore/external-apps/deploy-gitlab/search-secret.PNG) -2. Click the Secret to go to its detail page, and then click the eye icon in the upper right corner to view the password. Make sure you copy it. +2. Click the Secret to go to its detail page, and then click the eye icon in the upper-right corner to view the password. Make sure you copy it. ![click-eye-icon](/images/docs/appstore/external-apps/deploy-gitlab/click-eye-icon.PNG) diff --git a/content/en/docs/application-store/external-apps/deploy-tidb.md b/content/en/docs/application-store/external-apps/deploy-tidb.md index 95788abc4..a2708757b 100644 --- a/content/en/docs/application-store/external-apps/deploy-tidb.md +++ b/content/en/docs/application-store/external-apps/deploy-tidb.md @@ -19,7 +19,7 @@ This tutorial demonstrates how to deploy TiDB Operator and a TiDB Cluster on Kub ### Step 1: Install TiDB Operator CRD -1. Log in to the KubeSphere Web console as `admin`, and use **Kubectl** from the **Toolbox** in the bottom right corner to execute the following command to install TiDB Operator CRD: +1. Log in to the KubeSphere Web console as `admin`, and use **Kubectl** from the **Toolbox** in the bottom-right corner to execute the following command to install TiDB Operator CRD: ```bash kubectl apply -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.1.6/manifests/crd.yaml @@ -71,7 +71,7 @@ This tutorial demonstrates how to deploy TiDB Operator and a TiDB Cluster on Kub {{}} -4. On the **Chart Files** tab, you can view the configuration from the console directly or download the default `values.yaml` file by clicking the icon in the upper right corner. Under **Versions**, select a version number from the drop-down list and click **Deploy**. +4. On the **Chart Files** tab, you can view the configuration from the console directly or download the default `values.yaml` file by clicking the icon in the upper-right corner. Under **Versions**, select a version number from the drop-down list and click **Deploy**. ![select-version](/images/docs/appstore/external-apps/deploy-tidb-operator-and-cluster/select-version.PNG) diff --git a/content/en/docs/cluster-administration/application-resources-monitoring.md b/content/en/docs/cluster-administration/application-resources-monitoring.md index 5140db729..6259c0d51 100644 --- a/content/en/docs/cluster-administration/application-resources-monitoring.md +++ b/content/en/docs/cluster-administration/application-resources-monitoring.md @@ -15,7 +15,7 @@ You need an account granted a role including the authorization of **Cluster Mana ## Resource Usage -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. ![Platform](/images/docs/cluster-administration/cluster-status-monitoring/platform.png) diff --git a/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md b/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md index b9586fb6b..a92a9a630 100644 --- a/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md +++ b/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md @@ -20,7 +20,7 @@ This guide demonstrates how to set cluster visibility. 1. Log in to KubeSphere with an account that has the permission to create a workspace, such as `ws-manager`. -2. Click **Platform** in the top left corner and select **Access Control**. In **Workspaces** from the navigation bar, click **Create**. +2. Click **Platform** in the top-left corner and select **Access Control**. In **Workspaces** from the navigation bar, click **Create**. ![create-workspace](/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/create-workspace.jpg) @@ -46,7 +46,7 @@ After a workspace is created, you can allocate additional clusters to the worksp 1. Log in to KubeSphere with an account that has the permission to manage clusters, such as `admin`. -2. Click **Platform** in the top left corner and select **Cluster Management**. Select a cluster from the list to view cluster information. +2. Click **Platform** in the top-left corner and select **Cluster Management**. Select a cluster from the list to view cluster information. 3. In **Cluster Settings** from the navigation bar, select **Cluster Visibility**. diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md index bccca6d6a..6f1286f70 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md @@ -15,7 +15,7 @@ You can use Elasticsearch, Kafka and Fluentd as log receivers in KubeSphere. Thi ## Add Elasticsearch as a Receiver -1. Log in to KubeSphere as `admin`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to KubeSphere as `admin`. Click **Platform** in the top-left corner and select **Cluster Management**. {{< notice note >}} @@ -33,5 +33,5 @@ If you have enabled the [multi-cluster feature](../../../../multicluster-managem 5. Elasticsearch will appear in the receiver list on the **Log Collection** page, the status of which is **Collecting**. -6. To verify whether Elasticsearch is receiving logs sent from Fluent Bit, click **Log Search** in the **Toolbox** in the bottom right corner and search logs on the console. For more information, read [Log Query](../../../../toolbox/log-query/). +6. To verify whether Elasticsearch is receiving logs sent from Fluent Bit, click **Log Search** in the **Toolbox** in the bottom-right corner and search logs on the console. For more information, read [Log Query](../../../../toolbox/log-query/). diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md index 18bd90610..985d640ab 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md @@ -122,7 +122,7 @@ EOF ## Step 2: Add Fluentd as a Log Receiver -1. Log in to KubeSphere as `admin`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to KubeSphere as `admin`. Click **Platform** in the top-left corner and select **Cluster Management**. {{< notice note >}} diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md index 43fd9c618..592f63a01 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md @@ -101,7 +101,7 @@ You can use [strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-op ## Step 2: Add Kafka as a Log Receiver -1. Log in to KubeSphere as `admin`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to KubeSphere as `admin`. Click **Platform** in the top-left corner and select **Cluster Management**. {{< notice note >}} diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md index dcd43aeb4..6a68492d8 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md @@ -22,7 +22,7 @@ To add a log receiver: 1. Log in to the web console of KubeSphere as `admin`. -2. Click **Platform** in the top left corner and select **Cluster Management**. +2. Click **Platform** in the top-left corner and select **Cluster Management**. {{< notice note >}} diff --git a/content/en/docs/cluster-administration/cluster-status-monitoring.md b/content/en/docs/cluster-administration/cluster-status-monitoring.md index 6af35bcf9..9ad530298 100644 --- a/content/en/docs/cluster-administration/cluster-status-monitoring.md +++ b/content/en/docs/cluster-administration/cluster-status-monitoring.md @@ -14,7 +14,7 @@ You need an account granted a role including the authorization of **Cluster Mana ## Cluster Status Monitoring -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. ![Platform](/images/docs/cluster-administration/cluster-status-monitoring/platform.png) @@ -41,7 +41,7 @@ You need an account granted a role including the authorization of **Cluster Mana ![Monitoring](/images/docs/cluster-administration/cluster-status-monitoring/monitoring.png) {{< notice tip >}} -You can customize the time range from the drop-down list in the top right corner to view historical data. +You can customize the time range from the drop-down list in the top-right corner to view historical data. {{}} ### Component status diff --git a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md index 57e5d2c34..5044d2181 100644 --- a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md +++ b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md @@ -19,7 +19,7 @@ KubeSphere also has built-in policies which will trigger alerts if conditions de ## Create an Alerting Policy -1. Log in to the console as `cluster-admin`. Click **Platform** in the top left corner, and then click **Cluster Management**. +1. Log in to the console as `cluster-admin`. Click **Platform** in the top-left corner, and then click **Cluster Management**. 2. Navigate to **Alerting Policies** under **Monitoring & Alerting**, and then click **Create**. diff --git a/content/en/docs/cluster-administration/nodes.md b/content/en/docs/cluster-administration/nodes.md index 340faec5a..039455b6a 100644 --- a/content/en/docs/cluster-administration/nodes.md +++ b/content/en/docs/cluster-administration/nodes.md @@ -19,7 +19,7 @@ You need an account granted a role including the authorization of **Cluster Mana Cluster nodes are only accessible to cluster administrators. Some node metrics are very important to clusters. Therefore, it is the administrator's responsibility to watch over these numbers and make sure nodes are available. Follow the steps below to view node status. -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. ![clusters-management-select](/images/docs/cluster-administration/node-management/clusters-management-select.jpg) diff --git a/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md b/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md index adda19570..1d795a40a 100644 --- a/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md +++ b/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md @@ -32,7 +32,7 @@ You need an account granted a role including the authorization of **Cluster Mana ## Manage Storage Classes -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. ![clusters-management-select](/images/docs/cluster-administration/persistent-volume-and-storage-class/clusters-management-select.jpg) @@ -54,7 +54,7 @@ You need an account granted a role including the authorization of **Cluster Mana ### Common settings -Some settings are commonly used and shared among storage classes. You can find them as dashboard properties on the console, which are also indicated by fields or annotations in the StorageClass manifest. You can see the manifest file in YAML format by enabling **Edit Mode** in the top right corner. +Some settings are commonly used and shared among storage classes. You can find them as dashboard properties on the console, which are also indicated by fields or annotations in the StorageClass manifest. You can see the manifest file in YAML format by enabling **Edit Mode** in the top-right corner. Here are property descriptions of some commonly used fields in KubeSphere. | Property | Description | diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md index 6d4914194..67556a013 100644 --- a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md @@ -12,7 +12,7 @@ This tutorial demonstrates how to configure your email server and add recipients 1. Log in to the web console with an account granted the role `platform-admin`. -2. Click **Platform** in the top left corner and select **Platform Settings**. +2. Click **Platform** in the top-left corner and select **Platform Settings**. 3. Navigate to **Email** under **Notification Management**. diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md index 8ea0f4c5b..0a2bca4cb 100644 --- a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md @@ -36,7 +36,7 @@ You must provide the Slack token on the console for authentication so that KubeS 1. Log in to the web console with an account granted the role `platform-admin`. -2. Click **Platform** in the top left corner and select **Platform Settings**. +2. Click **Platform** in the top-left corner and select **Platform Settings**. 3. Navigate to **Slack** under **Notification Management**. diff --git a/content/en/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md b/content/en/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md index e6b4d5feb..d9ea16cb2 100644 --- a/content/en/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md +++ b/content/en/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md @@ -243,7 +243,7 @@ You must create the projects as shown in the table below in advance. Make sure y ![pipeline-success](/images/docs/devops-user-guide/examples/create-multi-cluster-pipeline/pipeline-success.png) -3. Check the pipeline running logs by clicking **Show Logs** in the upper right corner. For each stage, you click it to inspect logs, which can be downloaded to your local machine for further analysis. +3. Check the pipeline running logs by clicking **Show Logs** in the upper-right corner. For each stage, you click it to inspect logs, which can be downloaded to your local machine for further analysis. ![pipeline-logs](/images/docs/devops-user-guide/examples/create-multi-cluster-pipeline/pipeline-logs.png) diff --git a/content/en/docs/devops-user-guide/examples/go-project-pipeline.md b/content/en/docs/devops-user-guide/examples/go-project-pipeline.md index ddd9e9eda..8c61cd0b1 100644 --- a/content/en/docs/devops-user-guide/examples/go-project-pipeline.md +++ b/content/en/docs/devops-user-guide/examples/go-project-pipeline.md @@ -14,7 +14,7 @@ weight: 11410 ## Create a Docker Hub Access Token -1. Log in to [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top right corner. +1. Log in to [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top-right corner. ![dockerhub-settings](/images/docs/devops-user-guide/examples/compile-and-deploy-a-go-project/dockerhub-settings.jpg) diff --git a/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md b/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md index 3fc52eaaf..a90b5af1f 100644 --- a/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md +++ b/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md @@ -15,7 +15,7 @@ weight: 11420 ## Create a Docker Hub Access Token -1. Log in to [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top right corner. +1. Log in to [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top-right corner. ![dockerhub-settings](/images/docs/devops-user-guide/examples/compile-and-deploy-a-go-multi-cluster-project/dockerhub-settings.jpg) diff --git a/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md b/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md index 7f9d006ac..8a1077670 100644 --- a/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md +++ b/content/en/docs/devops-user-guide/how-to-integrate/sonarqube.md @@ -90,7 +90,7 @@ To integrate SonarQube into your pipeline, you must install SonarQube Server fir ![access-sonarqube-console](/images/docs/devops-user-guide/tool-integration/integrate-sonarqube-into-pipeline/access-sonarqube-console.jpg) -3. Click **Log in** in the top right corner and use the default account `admin/admin`. +3. Click **Log in** in the top-right corner and use the default account `admin/admin`. ![log-in-page](/images/docs/devops-user-guide/tool-integration/integrate-sonarqube-into-pipeline/log-in-page.jpg) diff --git a/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-graphical-editing-panel.md b/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-graphical-editing-panel.md index 89ec2779e..c0768a74f 100644 --- a/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-graphical-editing-panel.md +++ b/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-graphical-editing-panel.md @@ -330,7 +330,7 @@ This stage uses SonarQube to test your code. You can skip this stage if you do n {{}} -5. When you finish the steps above, click **Confirm** and **Save** in the bottom right corner. You can see the pipeline now has a complete workflow with each stage clearly listed on the pipeline. When you define a pipeline using the graphical editing panel, KubeSphere automatically creates its corresponding Jenkinsfile. Click **Edit Jenkinsfile** to view the Jenkinsfile. +5. When you finish the steps above, click **Confirm** and **Save** in the bottom-right corner. You can see the pipeline now has a complete workflow with each stage clearly listed on the pipeline. When you define a pipeline using the graphical editing panel, KubeSphere automatically creates its corresponding Jenkinsfile. Click **Edit Jenkinsfile** to view the Jenkinsfile. ![pipeline-done](/images/docs/devops-user-guide/using-devops/create-a-pipeline-using-graphical-editing-panels/pipeline-done.jpg) @@ -362,7 +362,7 @@ This stage uses SonarQube to test your code. You can skip this stage if you do n ![complete](/images/docs/devops-user-guide/using-devops/create-a-pipeline-using-graphical-editing-panels/complete.jpg) -3. Click **Show Logs** in the top right corner to inspect all the logs. Click each stage to see detailed logs of it. You can debug any problems based on the logs which also can be downloaded locally for further analysis. +3. Click **Show Logs** in the top-right corner to inspect all the logs. Click each stage to see detailed logs of it. You can debug any problems based on the logs which also can be downloaded locally for further analysis. ![inspect-logs](/images/docs/devops-user-guide/using-devops/create-a-pipeline-using-graphical-editing-panels/inspect-logs.jpg) diff --git a/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-jenkinsfile.md b/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-jenkinsfile.md index b2d476c1b..5cb22c44d 100644 --- a/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-jenkinsfile.md +++ b/content/en/docs/devops-user-guide/how-to-use/create-a-pipeline-using-jenkinsfile.md @@ -267,7 +267,7 @@ The account `project-admin` needs to be created in advance since it is the revie ![inspect-pipeline-log-1](/images/docs/devops-user-guide/using-devops/create-a-pipeline-using-a-jenkinsfile/inspect-pipeline-log-1.png) -2. Check the pipeline running logs by clicking **Show Logs** in the top right corner. You can see the dynamic log output of the pipeline, including any errors that may stop the pipeline from running. For each stage, you click it to inspect logs, which can be downloaded to your local machine for further analysis. +2. Check the pipeline running logs by clicking **Show Logs** in the top-right corner. You can see the dynamic log output of the pipeline, including any errors that may stop the pipeline from running. For each stage, you click it to inspect logs, which can be downloaded to your local machine for further analysis. ![inspect-pipeline-log-2](/images/docs/devops-user-guide/using-devops/create-a-pipeline-using-a-jenkinsfile/inspect-pipeline-log-2.jpg) @@ -316,7 +316,7 @@ The account `project-admin` needs to be created in advance since it is the revie ![access-endpoint](/images/docs/devops-user-guide/using-devops/create-a-pipeline-using-a-jenkinsfile/access-endpoint.png) -2. Use the **web kubectl** from **Toolbox** in the bottom right corner by executing the following command: +2. Use the **web kubectl** from **Toolbox** in the bottom-right corner by executing the following command: ```bash curl 10.233.120.230:8080 diff --git a/content/en/docs/devops-user-guide/how-to-use/gitlab-multibranch-pipeline.md b/content/en/docs/devops-user-guide/how-to-use/gitlab-multibranch-pipeline.md index 77411cf35..1c2e733a5 100644 --- a/content/en/docs/devops-user-guide/how-to-use/gitlab-multibranch-pipeline.md +++ b/content/en/docs/devops-user-guide/how-to-use/gitlab-multibranch-pipeline.md @@ -84,7 +84,7 @@ You need to create two projects, such as `kubesphere-sample-dev` and `kubesphere ![create-pipeline](/images/docs/devops-user-guide/using-devops/gitlab-multibranch-pipeline/create-pipeline.png) -3. In the **GitLab** tab, select the default option `https://gitlab.com` for GitLab Server, enter the username of the GitLab project owner for **Owner**, and then select the `devops-java-sample` repository from the drop-down list for **Repository Name**. Click the tick icon in the bottom right corner and then click **Next**. +3. In the **GitLab** tab, select the default option `https://gitlab.com` for GitLab Server, enter the username of the GitLab project owner for **Owner**, and then select the `devops-java-sample` repository from the drop-down list for **Repository Name**. Click the tick icon in the bottom-right corner and then click **Next**. ![select-gitlab](/images/docs/devops-user-guide/using-devops/gitlab-multibranch-pipeline/select-gitlab.png) @@ -122,7 +122,7 @@ You need to create two projects, such as `kubesphere-sample-dev` and `kubesphere ### Step 6: Check the pipeline status -1. In the **Task Status** tab, you can see how a pipeline is running. Check the pipeline running logs by clicking **Show Logs** in the top right corner. +1. In the **Task Status** tab, you can see how a pipeline is running. Check the pipeline running logs by clicking **Show Logs** in the top-right corner. ![check-log](/images/docs/devops-user-guide/using-devops/gitlab-multibranch-pipeline/check-log.png) diff --git a/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md b/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md index db8e6c5d7..d934d0973 100644 --- a/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md +++ b/content/en/docs/devops-user-guide/how-to-use/jenkins-email.md @@ -16,7 +16,7 @@ The built-in Jenkins cannot share the same email configuration with the platform ## Set the Email Server -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. ![clusters-management](/images/docs/devops-user-guide/using-devops/jenkins-email/clusters-management.jpg) diff --git a/content/en/docs/devops-user-guide/how-to-use/jenkins-setting.md b/content/en/docs/devops-user-guide/how-to-use/jenkins-setting.md index 622fe320d..55ee48d2e 100644 --- a/content/en/docs/devops-user-guide/how-to-use/jenkins-setting.md +++ b/content/en/docs/devops-user-guide/how-to-use/jenkins-setting.md @@ -20,7 +20,7 @@ You have enabled [the KubeSphere DevOps System](../../../pluggable-components/de It is recommended that you configure Jenkins in KubeSphere through Configuration-as-Code (CasC). The built-in Jenkins CasC file is stored as a [ConfigMap](../../../project-user-guide/configuration/configmaps/). -1. Log in to KubeSphere as `admin`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to KubeSphere as `admin`. Click **Platform** in the top-left corner and select **Cluster Management**. ![cluster-management](/images/docs/devops-user-guide/using-devops/jenkins-system-settings/cluster-management.jpg) diff --git a/content/en/docs/devops-user-guide/how-to-use/set-ci-node.md b/content/en/docs/devops-user-guide/how-to-use/set-ci-node.md index e2218533d..fc9335566 100644 --- a/content/en/docs/devops-user-guide/how-to-use/set-ci-node.md +++ b/content/en/docs/devops-user-guide/how-to-use/set-ci-node.md @@ -16,7 +16,7 @@ You need an account granted a role including the authorization of **Cluster Mana ## Label a CI Node -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. ![clusters-management](/images/docs/devops-user-guide/using-devops/set-ci-node-for-dependency-cache/clusters-management.jpg) diff --git a/content/en/docs/faq/applications/remove-built-in-apps.md b/content/en/docs/faq/applications/remove-built-in-apps.md index bf04b9429..e48975428 100644 --- a/content/en/docs/faq/applications/remove-built-in-apps.md +++ b/content/en/docs/faq/applications/remove-built-in-apps.md @@ -15,7 +15,7 @@ As an open-source and app-centric container platform, KubeSphere integrates 16 b ## Remove a Built-in App -1. Log in to the web console of KubeSphere as `admin`, click **Platform** in the upper left corner, and then select **App Store Management**. +1. Log in to the web console of KubeSphere as `admin`, click **Platform** in the upper-left corner, and then select **App Store Management**. ![click-platform](/images/docs/faq/applications/remove-built-in-apps/click-platform.PNG) diff --git a/content/en/docs/faq/applications/reuse-the-same-app-name-after-deletion.md b/content/en/docs/faq/applications/reuse-the-same-app-name-after-deletion.md index 9984c417c..85c3837d3 100644 --- a/content/en/docs/faq/applications/reuse-the-same-app-name-after-deletion.md +++ b/content/en/docs/faq/applications/reuse-the-same-app-name-after-deletion.md @@ -27,7 +27,7 @@ To deploy an app in KubeSphere, tenants can go to the App Store and select the a ### Reuse the same app name -1. If you try to deploy a new Redis app with the same app name as `redis-1`, you can see the following error prompt in the upper right corner. +1. If you try to deploy a new Redis app with the same app name as `redis-1`, you can see the following error prompt in the upper-right corner. ![error-prompt](/images/docs/faq/applications/use-the-same-app-name-after-deletion/error-prompt.PNG) diff --git a/content/en/docs/faq/console/change-console-language.md b/content/en/docs/faq/console/change-console-language.md index 577380f42..35c0b9802 100644 --- a/content/en/docs/faq/console/change-console-language.md +++ b/content/en/docs/faq/console/change-console-language.md @@ -16,7 +16,7 @@ You have installed KubeSphere. ## Change the Console Language -1. Log in to KubeSphere with your account and click the account name in the top right corner. +1. Log in to KubeSphere with your account and click the account name in the top-right corner. 2. Select **User Settings**. diff --git a/content/en/docs/faq/console/edit-resources-in-system-workspace.md b/content/en/docs/faq/console/edit-resources-in-system-workspace.md index 1cb7f117f..6bd84e32f 100644 --- a/content/en/docs/faq/console/edit-resources-in-system-workspace.md +++ b/content/en/docs/faq/console/edit-resources-in-system-workspace.md @@ -18,7 +18,7 @@ Editing resources in `system-workspace` may cause unexpected results, such as Ku ## Edit the Console Configuration -1. Log in to KubeSphere as `admin`. Click the hammer icon in the bottom right corner and select **Kubectl**. +1. Log in to KubeSphere as `admin`. Click the hammer icon in the bottom-right corner and select **Kubectl**. 2. Execute the following command: diff --git a/content/en/docs/faq/devops/install-jenkins-plugins.md b/content/en/docs/faq/devops/install-jenkins-plugins.md index 5bce504a2..50c30836f 100644 --- a/content/en/docs/faq/devops/install-jenkins-plugins.md +++ b/content/en/docs/faq/devops/install-jenkins-plugins.md @@ -52,7 +52,7 @@ You need to enable [the KubeSphere DevOps system](../../../pluggable-components/ ![click-manage-plugins](/images/docs/faq/devops/install-plugins-to-jenkins/click-manage-plugins.png) -3. Select the **Available** tab and you can see all the available plugins listed on the page. You can also use the **Filter** in the upper right corner to search for the plugins you need. Check the checkbox next to the plugin you need, and then click **Install without restart** or **Download now and install after restart** based on your needs. +3. Select the **Available** tab and you can see all the available plugins listed on the page. You can also use the **Filter** in the upper-right corner to search for the plugins you need. Check the checkbox next to the plugin you need, and then click **Install without restart** or **Download now and install after restart** based on your needs. ![available-plugins](/images/docs/faq/devops/install-plugins-to-jenkins/available-plugins.png) diff --git a/content/en/docs/faq/installation/telemetry.md b/content/en/docs/faq/installation/telemetry.md index 84653cc25..806b97c7d 100644 --- a/content/en/docs/faq/installation/telemetry.md +++ b/content/en/docs/faq/installation/telemetry.md @@ -64,7 +64,7 @@ If you install KubeSphere on Linux, see [Disable Telemetry after Installation](. ### Disable Telemetry after installation -1. Log in to the console as `admin` and click **Platform** in the top left corner. +1. Log in to the console as `admin` and click **Platform** in the top-left corner. 2. Select **Cluster Management** and navigate to **CRDs**. diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md index 1c2ec9e95..1e5747a83 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md @@ -14,7 +14,7 @@ Azure can help you implement infrastructure as code by providing resource deploy ### Use Azure Cloud Shell -You don't have to install Azure CLI on your machine as Azure provides a web-based terminal. Click the Cloud Shell button on the menu bar at the upper right corner in Azure portal. +You don't have to install Azure CLI on your machine as Azure provides a web-based terminal. Click the Cloud Shell button on the menu bar at the upper-right corner in Azure portal. ![Cloud Shell](/images/docs/aks/aks-launch-icon.png) diff --git a/content/en/docs/installing-on-linux/cluster-operation/add-edge-nodes.md b/content/en/docs/installing-on-linux/cluster-operation/add-edge-nodes.md index dab7a3be2..b28a4bc69 100644 --- a/content/en/docs/installing-on-linux/cluster-operation/add-edge-nodes.md +++ b/content/en/docs/installing-on-linux/cluster-operation/add-edge-nodes.md @@ -90,7 +90,7 @@ To make sure edge nodes can successfully talk to your cluster, you must forward ## Add an Edge Node -1. Log in to the console as `admin` and click **Platform** in the top left corner. +1. Log in to the console as `admin` and click **Platform** in the top-left corner. 2. Select **Cluster Management** and navigate to **Edge Nodes** under **Node Management**. diff --git a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index 9621dff28..e4e5385a8 100644 --- a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md @@ -77,7 +77,7 @@ You can follow the New Virtual Machine wizard to create a virtual machine to pla ![kubesphereOnVsphere-en-0-1-7-hardware-4](/images/docs/vsphere/kubesphereOnVsphere-en-0-1-7-hardware-4.png) -6. In **Ready to complete** page, you review the configuration selections that you have made for the virtual machine. Click **Finish** at the bottom right corner to continue. +6. In **Ready to complete** page, you review the configuration selections that you have made for the virtual machine. Click **Finish** at the bottom-right corner to continue. ![kubesphereOnVsphere-en-0-1-8](/images/docs/vsphere/kubesphereOnVsphere-en-0-1-8.png) diff --git a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md index 25f635d08..573b3efbd 100644 --- a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md +++ b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md @@ -284,7 +284,7 @@ glusterfs (default) kubernetes.io/glusterfs Delete Immediate ### KubeSphere console -1. Log in to the web console with the default account and password (`admin/P@88w0rd`) at `:30880`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to the web console with the default account and password (`admin/P@88w0rd`) at `:30880`. Click **Platform** in the top-left corner and select **Cluster Management**. 3. Go to **Volumes** under **Storage**, and you can see PVCs in use. diff --git a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md index 2a769a4f3..5406956c9 100644 --- a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md +++ b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md @@ -256,7 +256,7 @@ You can verify that NFS-client has been successfully installed either from the c ### KubeSphere console -1. Log in to the web console as `admin` with the default account and password at `:30880`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to the web console as `admin` with the default account and password at `:30880`. Click **Platform** in the top-left corner and select **Cluster Management**. 2. Go to **Pods** in **Application Workloads** and select `kube-system` from the project drop-down list. You can see that the Pod of `nfs-client` is up and running. diff --git a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md index 47884d3c6..dc796adf8 100644 --- a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md +++ b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md @@ -18,7 +18,7 @@ Your cluster nodes are created on [QingCloud Platform](https://intl.qingcloud.co To make sure the platform can create cloud disks for your cluster, you need to provide the access key (`qy_access_key_id` and `qy_secret_access_key`) in a separate configuration file of QingCloud CSI. -1. Log in to the web console of [QingCloud](https://console.qingcloud.com/login) and select **Access Key** from the drop-down list in the top right corner. +1. Log in to the web console of [QingCloud](https://console.qingcloud.com/login) and select **Access Key** from the drop-down list in the top-right corner. ![access-key](/images/docs/installing-on-linux/introduction/persistent-storage-configuration/access-key.jpg) @@ -261,7 +261,7 @@ You can verify that QingCloud CSI has been successfully installed either from th ### KubeSphere console -1. Log in to the web console with the default account and password (`admin/P@88w0rd`) at `:30880`. Click **Platform** in the top left corner and select **Cluster Management**. +1. Log in to the web console with the default account and password (`admin/P@88w0rd`) at `:30880`. Click **Platform** in the top-left corner and select **Cluster Management**. 2. Go to **Pods** in **Application Workloads** and select `kube-system` from the project drop-down list. You can see that the Pods of `csi-qingcloud` are up and running. diff --git a/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md b/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md index bbf0c0edc..86e8cc855 100644 --- a/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md +++ b/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md @@ -227,7 +227,7 @@ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app= ![add-cluster](/images/docs/multicluster-management/enable-multicluster-management-in-kubesphere/agent-connection/add-cluster.png) -2. Enter the basic information of the cluster to be imported on the **Import Cluster** page. You can also click **Edit Mode** in the top right corner to view and edit the basic information in YAML format. After you finish editing, click **Next**. +2. Enter the basic information of the cluster to be imported on the **Import Cluster** page. You can also click **Edit Mode** in the top-right corner to view and edit the basic information in YAML format. After you finish editing, click **Next**. ![cluster-info](/images/docs/multicluster-management/enable-multicluster-management-in-kubesphere/agent-connection/cluster-info.png) diff --git a/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md b/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md index b60d21911..d8c331356 100644 --- a/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md +++ b/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md @@ -154,11 +154,11 @@ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app= ![add-cluster](/images/docs/multicluster-management/enable-multicluster-management-in-kubesphere/direct-connection/add-cluster.png) -2. Enter the basic information of the cluster to be imported on the **Import Cluster** page. You can also click **Edit Mode** in the top right corner to view and edit the basic information in YAML format. After you finish editing, click **Next**. +2. Enter the basic information of the cluster to be imported on the **Import Cluster** page. You can also click **Edit Mode** in the top-right corner to view and edit the basic information in YAML format. After you finish editing, click **Next**. ![cluster-info](/images/docs/multicluster-management/enable-multicluster-management-in-kubesphere/direct-connection/cluster-info.png) -3. In **Connection Method**, select **Direct Connection**, and copy the kubeconfig of the Member Cluster and paste it into the box. You can also click **Edit Mode** in the top right corner to edit the kubeconfig of the Member Cluster in YAML format. +3. In **Connection Method**, select **Direct Connection**, and copy the kubeconfig of the Member Cluster and paste it into the box. You can also click **Edit Mode** in the top-right corner to edit the kubeconfig of the Member Cluster in YAML format. {{< notice note >}} diff --git a/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aliyun-ack.md b/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aliyun-ack.md index 0dc5de40e..8acc28f49 100644 --- a/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aliyun-ack.md +++ b/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aliyun-ack.md @@ -29,7 +29,7 @@ This tutorial demonstrates how to import an Aliyun ACK cluster through the [dire jwtSecret: "QVguGh7qnURywHn2od9IiOX6X8f8wK8g" ``` -2. Log in to the KubeSphere console of the ACK cluster as `admin`. Click **Platform** in the upper left corner and then select **Cluster Management**. +2. Log in to the KubeSphere console of the ACK cluster as `admin`. Click **Platform** in the upper-left corner and then select **Cluster Management**. 3. Go to **CRDs**, enter `ClusterConfiguration` in the search bar, and then press **Enter** on your keyboard. Click **ClusterConfiguration** to go to its detail page. @@ -65,7 +65,7 @@ Log in to the web console of Aliyun. Go to **Clusters** under **Container Servic ### Step 3: Import the ACK Member Cluster -1. Log in to the KubeSphere console on your Host Cluster as `admin`. Click **Platform** in the upper left corner and then select **Cluster Management**. On the **Cluster Management** page, click **Add Cluster**. +1. Log in to the KubeSphere console on your Host Cluster as `admin`. Click **Platform** in the upper-left corner and then select **Cluster Management**. On the **Cluster Management** page, click **Add Cluster**. ![click-add-cluster](/images/docs/multicluster-management/import-cloud-hosted-k8s/import-ack/click-add-cluster.png) diff --git a/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aws-eks.md b/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aws-eks.md index 491f50c78..8cac5d377 100644 --- a/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aws-eks.md +++ b/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-aws-eks.md @@ -33,7 +33,7 @@ You need to deploy KubeSphere on your EKS cluster first. For more information ab jwtSecret: "QVguGh7qnURywHn2od9IiOX6X8f8wK8g" ``` -2. Log in to the KubeSphere console of the EKS cluster as `admin`. Click **Platform** in the upper left corner and then select **Cluster Management**. +2. Log in to the KubeSphere console of the EKS cluster as `admin`. Click **Platform** in the upper-left corner and then select **Cluster Management**. 3. Go to **CRDs**, enter `ClusterConfiguration` in the search bar, and then press **Enter** on your keyboard. Click **ClusterConfiguration** to go to its detail page. @@ -166,7 +166,7 @@ You need to deploy KubeSphere on your EKS cluster first. For more information ab ### Step 4: Import the EKS Member Cluster -1. Log in to the KubeSphere console on your Host Cluster as `admin`. Click **Platform** in the upper left corner and then select **Cluster Management**. On the **Cluster Management** page, click **Add Cluster**. +1. Log in to the KubeSphere console on your Host Cluster as `admin`. Click **Platform** in the upper-left corner and then select **Cluster Management**. On the **Cluster Management** page, click **Add Cluster**. ![click-add-cluster](/images/docs/multicluster-management/import-cloud-hosted-k8s/import-eks/click-add-cluster.png) diff --git a/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-gke.md b/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-gke.md index e77daf7bc..e6aae3c9f 100644 --- a/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-gke.md +++ b/content/en/docs/multicluster-management/import-cloud-hosted-k8s/import-gke.md @@ -33,7 +33,7 @@ You need to deploy KubeSphere on your GKE cluster first. For more information ab jwtSecret: "QVguGh7qnURywHn2od9IiOX6X8f8wK8g" ``` -2. Log in to the KubeSphere console on GKE as `admin`. Click **Platform** in the upper left corner and then select **Cluster Management**. +2. Log in to the KubeSphere console on GKE as `admin`. Click **Platform** in the upper-left corner and then select **Cluster Management**. 3. Go to **CRDs**, enter `ClusterConfiguration` in the search bar, and then press **Enter** on your keyboard. Click **ClusterConfiguration** to go to its detail page. @@ -111,7 +111,7 @@ You need to deploy KubeSphere on your GKE cluster first. For more information ab ### Step 4: Import the GKE Member Cluster -1. Log in to the KubeSphere console on your Host Cluster as `admin`. Click **Platform** in the upper left corner and then select **Cluster Management**. On the **Cluster Management** page, click **Add Cluster**. +1. Log in to the KubeSphere console on your Host Cluster as `admin`. Click **Platform** in the upper-left corner and then select **Cluster Management**. On the **Cluster Management** page, click **Add Cluster**. ![click-add-cluster](/images/docs/multicluster-management/import-cloud-hosted-k8s/import-gke/click-add-cluster.png) diff --git a/content/en/docs/multicluster-management/unbind-cluster.md b/content/en/docs/multicluster-management/unbind-cluster.md index 387b9cf00..3a17ea317 100644 --- a/content/en/docs/multicluster-management/unbind-cluster.md +++ b/content/en/docs/multicluster-management/unbind-cluster.md @@ -15,7 +15,7 @@ This tutorial demonstrates how to unbind a cluster from the central control plan ## Unbind a Cluster -1. Click **Platform** in the top left corner and select **Cluster Management**. +1. Click **Platform** in the top-left corner and select **Cluster Management**. 2. On the **Cluster Management** page, click the cluster that you want to remove from the central control plane. diff --git a/content/en/docs/pluggable-components/app-store.md b/content/en/docs/pluggable-components/app-store.md index 335a290de..330a74ff7 100644 --- a/content/en/docs/pluggable-components/app-store.md +++ b/content/en/docs/pluggable-components/app-store.md @@ -106,7 +106,7 @@ You can find the web kubectl tool by clicking }} -Verify that you can use the **Auditing Operating** function from the **Toolbox** in the bottom right corner. +Verify that you can use the **Auditing Operating** function from the **Toolbox** in the bottom-right corner. ![auditing-operating](/images/docs/enable-pluggable-components/kubesphere-auditing-logs/auditing-operating.png) diff --git a/content/en/docs/pluggable-components/events.md b/content/en/docs/pluggable-components/events.md index 53cbe500f..c5cf7977c 100644 --- a/content/en/docs/pluggable-components/events.md +++ b/content/en/docs/pluggable-components/events.md @@ -154,7 +154,7 @@ You can find the web kubectl tool by clicking }} -Verify that you can use the **Event Search** function from the **Toolbox** in the bottom right corner. +Verify that you can use the **Event Search** function from the **Toolbox** in the bottom-right corner. ![event-search](/images/docs/enable-pluggable-components/kubesphere-events/event-search.png) diff --git a/content/en/docs/project-administration/disk-log-collection.md b/content/en/docs/project-administration/disk-log-collection.md index 40605a198..12912694a 100644 --- a/content/en/docs/project-administration/disk-log-collection.md +++ b/content/en/docs/project-administration/disk-log-collection.md @@ -85,7 +85,7 @@ This tutorial demonstrates how to collect disk logs for an example app. ![inspect-logs](/images/docs/project-administration/disk-log-collection/inspect-logs.png) -3. Alternatively, you can also use the **Log Search** function from **Toolbox** in the bottom right corner to view stdout logs. For example, use the Pod name of the Deployment for a fuzzy query: +3. Alternatively, you can also use the **Log Search** function from **Toolbox** in the bottom-right corner to view stdout logs. For example, use the Pod name of the Deployment for a fuzzy query: ![fuzzy-match](/images/docs/project-administration/disk-log-collection/fuzzy-match.png) diff --git a/content/en/docs/project-user-guide/application-workloads/container-image-settings.md b/content/en/docs/project-user-guide/application-workloads/container-image-settings.md index 9cb2fbd36..682217452 100644 --- a/content/en/docs/project-user-guide/application-workloads/container-image-settings.md +++ b/content/en/docs/project-user-guide/application-workloads/container-image-settings.md @@ -10,7 +10,7 @@ When you create Deployments, StatefulSets or DaemonSets, you need to specify a c {{< notice tip >}} -You can enable **Edit Mode** in the top right corner to see corresponding values in the manifest file (YAML format) of properties on the dashboard. +You can enable **Edit Mode** in the top-right corner to see corresponding values in the manifest file (YAML format) of properties on the dashboard. {{}} @@ -274,7 +274,7 @@ A security context defines privilege and access control settings for a Pod or Co ### Deployment Mode -You can select different deployment modes to switch between inter-pod affinity and inter-pod anti-affinity. In Kubernetes, inter-pod affinity is specified as field `podAffinity` of field `affinity` while inter-pod anti-affinity is specified as field `podAntiAffinity` of field `affinity`. In KubeSphere, both `podAffinity` and `podAntiAffinity` are set to `preferredDuringSchedulingIgnoredDuringExecution`. You can enable **Edit Mode** in the top right corner to see field details. +You can select different deployment modes to switch between inter-pod affinity and inter-pod anti-affinity. In Kubernetes, inter-pod affinity is specified as field `podAffinity` of field `affinity` while inter-pod anti-affinity is specified as field `podAntiAffinity` of field `affinity`. In KubeSphere, both `podAffinity` and `podAntiAffinity` are set to `preferredDuringSchedulingIgnoredDuringExecution`. You can enable **Edit Mode** in the top-right corner to see field details. - **Pod Decentralized Deployment** represents anti-affinity. - **Pod Aggregation Deployment** represents affinity. diff --git a/content/en/docs/project-user-guide/application-workloads/cronjobs.md b/content/en/docs/project-user-guide/application-workloads/cronjobs.md index c3955213f..928e7f564 100644 --- a/content/en/docs/project-user-guide/application-workloads/cronjobs.md +++ b/content/en/docs/project-user-guide/application-workloads/cronjobs.md @@ -51,7 +51,7 @@ Enter the basic information. You can refer to the image below for each field. Wh {{< notice note >}} -You can enable **Edit Mode** in the top right corner to see the YAML manifest of this CronJob. +You can enable **Edit Mode** in the top-right corner to see the YAML manifest of this CronJob. {{}} diff --git a/content/en/docs/project-user-guide/application-workloads/daemonsets.md b/content/en/docs/project-user-guide/application-workloads/daemonsets.md index 35da7000c..c18af14f0 100644 --- a/content/en/docs/project-user-guide/application-workloads/daemonsets.md +++ b/content/en/docs/project-user-guide/application-workloads/daemonsets.md @@ -61,7 +61,7 @@ Specify a name for the DaemonSet (for example, `demo-daemonset`) and click **Nex 5. Select a policy for image pulling from the drop-down menu. For more information, see [Image Pull Policy in Container Image Settings](../container-image-settings/#add-container-image). -6. For other settings (**Health Checker**, **Start Command**, **Environment Variables**, **Container Security Context** and **Sync Host Timezone**), you can configure them on the dashboard as well. For more information, see detailed explanations of these properties in [Container Image Settings](../container-image-settings/#add-container-image). When you finish, click **√** in the bottom right corner to continue. +6. For other settings (**Health Checker**, **Start Command**, **Environment Variables**, **Container Security Context** and **Sync Host Timezone**), you can configure them on the dashboard as well. For more information, see detailed explanations of these properties in [Container Image Settings](../container-image-settings/#add-container-image). When you finish, click **√** in the bottom-right corner to continue. 7. Select an update strategy from the drop-down menu. It is recommended you choose **RollingUpdate**. For more information, see [Update Strategy](../container-image-settings/#update-strategy). diff --git a/content/en/docs/project-user-guide/application-workloads/deployments.md b/content/en/docs/project-user-guide/application-workloads/deployments.md index 1c717cd04..bdb31788e 100644 --- a/content/en/docs/project-user-guide/application-workloads/deployments.md +++ b/content/en/docs/project-user-guide/application-workloads/deployments.md @@ -34,7 +34,7 @@ Specify a name for the Deployment (for example, `demo-deployment`) and click **N 1. Before you set an image, define the number of replicated Pods in **Pod Replicas** by clicking the **plus** or **minus** icon, which is indicated by the `.spec.replicas` field in the manifest file. {{< notice tip >}} -You can see the Deployment manifest file in YAML format by enabling **Edit Mode** in the top right corner. KubeSphere allows you to edit the manifest file directly to create a Deployment. Alternatively, you can follow the steps below to create a Deployment via the dashboard. +You can see the Deployment manifest file in YAML format by enabling **Edit Mode** in the top-right corner. KubeSphere allows you to edit the manifest file directly to create a Deployment. Alternatively, you can follow the steps below to create a Deployment via the dashboard. {{}} ![deployments](/images/docs/project-user-guide/workloads/deployments_form_2.jpg) @@ -62,7 +62,7 @@ You can see the Deployment manifest file in YAML format by enabling **Edit Mode* 6. Select a policy for image pulling from the drop-down menu. For more information, see [Image Pull Policy in Container Image Settings](../container-image-settings/#add-container-image). -7. For other settings (**Health Checker**, **Start Command**, **Environment Variables**, **Container Security Context** and **Sync Host Timezone**), you can configure them on the dashboard as well. For more information, see detailed explanations of these properties in [Container Image Settings](../container-image-settings/#add-container-image). When you finish, click **√** in the bottom right corner to continue. +7. For other settings (**Health Checker**, **Start Command**, **Environment Variables**, **Container Security Context** and **Sync Host Timezone**), you can configure them on the dashboard as well. For more information, see detailed explanations of these properties in [Container Image Settings](../container-image-settings/#add-container-image). When you finish, click **√** in the bottom-right corner to continue. 8. Select an update strategy from the drop-down menu. It is recommended you choose **RollingUpdate**. For more information, see [Update Strategy](../container-image-settings/#update-strategy). diff --git a/content/en/docs/project-user-guide/application-workloads/jobs.md b/content/en/docs/project-user-guide/application-workloads/jobs.md index a8b67b424..dd58e1e6e 100644 --- a/content/en/docs/project-user-guide/application-workloads/jobs.md +++ b/content/en/docs/project-user-guide/application-workloads/jobs.md @@ -62,7 +62,7 @@ You can set the values in this step as below or click **Next** to use the defaul ![add-container-image-job](/images/docs/project-user-guide/application-workloads/jobs/add-container-image-job.png) -3. On the same page, scroll down to **Start Command**. Enter the following commands in the box which computes pi to 2000 places then prints it. Click **√** in the bottom right corner and select **Next** to continue. +3. On the same page, scroll down to **Start Command**. Enter the following commands in the box which computes pi to 2000 places then prints it. Click **√** in the bottom-right corner and select **Next** to continue. ```bash perl,-Mbignum=bpi,-wle,print bpi(2000) @@ -76,7 +76,7 @@ For more information about setting images, see [Container Image Settings](../con ### Step 5: Inspect the Job manifest (optional) -1. Enable **Edit Mode** in the top right corner which displays the manifest file of the Job. You can see all the values are set based on what you have specified in the previous steps. +1. Enable **Edit Mode** in the top-right corner which displays the manifest file of the Job. You can see all the values are set based on what you have specified in the previous steps. ```yaml apiVersion: batch/v1 diff --git a/content/en/docs/project-user-guide/application-workloads/services.md b/content/en/docs/project-user-guide/application-workloads/services.md index b8e8b56ef..8d64fd906 100644 --- a/content/en/docs/project-user-guide/application-workloads/services.md +++ b/content/en/docs/project-user-guide/application-workloads/services.md @@ -90,7 +90,7 @@ The steps of creating a stateful Service and a stateless Service are basically t {{< notice tip >}} -The value of **Name** is used in both configurations, one for Deployment and the other for Service. You can see the manifest file of the Deployment and the Service by enabling **Edit Mode** in the top right corner. Below is an example file for your reference. +The value of **Name** is used in both configurations, one for Deployment and the other for Service. You can see the manifest file of the Deployment and the Service by enabling **Edit Mode** in the top-right corner. Below is an example file for your reference. {{}} diff --git a/content/en/docs/project-user-guide/application-workloads/statefulsets.md b/content/en/docs/project-user-guide/application-workloads/statefulsets.md index 6f6c50d06..a55a93b66 100644 --- a/content/en/docs/project-user-guide/application-workloads/statefulsets.md +++ b/content/en/docs/project-user-guide/application-workloads/statefulsets.md @@ -47,7 +47,7 @@ Specify a name for the StatefulSet (for example, `demo-stateful`) and click **Ne {{< notice tip >}} -You can see the StatefulSet manifest file in YAML format by enabling **Edit Mode** in the top right corner. KubeSphere allows you to edit the manifest file directly to create a StatefulSet. Alternatively, you can follow the steps below to create a StatefulSet via the dashboard. +You can see the StatefulSet manifest file in YAML format by enabling **Edit Mode** in the top-right corner. KubeSphere allows you to edit the manifest file directly to create a StatefulSet. Alternatively, you can follow the steps below to create a StatefulSet via the dashboard. {{}} @@ -76,7 +76,7 @@ You can see the StatefulSet manifest file in YAML format by enabling **Edit Mode 6. Select a policy for image pulling from the drop-down menu. For more information, see [Image Pull Policy in Container Image Settings](../container-image-settings/#add-container-image). -7. For other settings (**Health Checker**, **Start Command**, **Environment Variables**, **Container Security Context** and **Sync Host Timezone**), you can configure them on the dashboard as well. For more information, see detailed explanations of these properties in [Container Image Settings](../container-image-settings/#add-container-image). When you finish, click **√** in the bottom right corner to continue. +7. For other settings (**Health Checker**, **Start Command**, **Environment Variables**, **Container Security Context** and **Sync Host Timezone**), you can configure them on the dashboard as well. For more information, see detailed explanations of these properties in [Container Image Settings](../container-image-settings/#add-container-image). When you finish, click **√** in the bottom-right corner to continue. 8. Select an update strategy from the drop-down menu. It is recommended you choose **RollingUpdate**. For more information, see [Update Strategy](../container-image-settings/#update-strategy). diff --git a/content/en/docs/project-user-guide/application/compose-app.md b/content/en/docs/project-user-guide/application/compose-app.md index 481857e61..2037dd63c 100644 --- a/content/en/docs/project-user-guide/application/compose-app.md +++ b/content/en/docs/project-user-guide/application/compose-app.md @@ -27,7 +27,7 @@ This tutorial demonstrates how to create a microservices-based app Bookinfo, whi {{< notice note >}} - You can create a Service on the dashboard directly or enable **Edit Mode** in the top right corner to edit the YAML file. + You can create a Service on the dashboard directly or enable **Edit Mode** in the top-right corner to edit the YAML file. {{}} @@ -39,7 +39,7 @@ This tutorial demonstrates how to create a microservices-based app Bookinfo, whi {{}} -6. Click **Use Default Ports**. For more information about image settings, see [Container Image Settings](../../../project-user-guide/application-workloads/container-image-settings/). Click **√** in the bottom right corner and **Next** to continue. +6. Click **Use Default Ports**. For more information about image settings, see [Container Image Settings](../../../project-user-guide/application-workloads/container-image-settings/). Click **√** in the bottom-right corner and **Next** to continue. 7. On the **Mount Volumes** page, [add a volume](../../../project-user-guide/storage/volumes/) or click **Next** to continue. diff --git a/content/en/docs/project-user-guide/application/deploy-app-from-appstore.md b/content/en/docs/project-user-guide/application/deploy-app-from-appstore.md index 40116c60e..4f93a24c4 100644 --- a/content/en/docs/project-user-guide/application/deploy-app-from-appstore.md +++ b/content/en/docs/project-user-guide/application/deploy-app-from-appstore.md @@ -19,7 +19,7 @@ This tutorial demonstrates how to quickly deploy [NGINX](https://www.nginx.com/) ### Step 1: Deploy NGINX from the App Store -1. On the **Overview** page of the project `demo-project`, click **App Store** in the top left corner. +1. On the **Overview** page of the project `demo-project`, click **App Store** in the top-left corner. ![app-store](/images/docs/project-user-guide/applications/deploy-apps-from-app-store/app-store.jpg) diff --git a/content/en/docs/project-user-guide/configuration/configmaps.md b/content/en/docs/project-user-guide/configuration/configmaps.md index 6b17c8e92..76ad5b37d 100644 --- a/content/en/docs/project-user-guide/configuration/configmaps.md +++ b/content/en/docs/project-user-guide/configuration/configmaps.md @@ -26,7 +26,7 @@ You need to create a workspace, a project and an account (`project-regular`). Th {{< notice tip >}} -You can see the ConfigMap manifest file in YAML format by enabling **Edit Mode** in the top right corner. KubeSphere allows you to edit the manifest file directly to create a ConfigMap. Alternatively, you can follow the steps below to create a ConfigMap via the dashboard. +You can see the ConfigMap manifest file in YAML format by enabling **Edit Mode** in the top-right corner. KubeSphere allows you to edit the manifest file directly to create a ConfigMap. Alternatively, you can follow the steps below to create a ConfigMap via the dashboard. {{}} @@ -44,7 +44,7 @@ You can see the ConfigMap manifest file in YAML format by enabling **Edit Mode** {{}} -5. Click **√** in the bottom right corner to save it and click **Add Data** again if you want to add more key-value pairs. +5. Click **√** in the bottom-right corner to save it and click **Add Data** again if you want to add more key-value pairs. 6. Click **Create** to generate the ConfigMap. diff --git a/content/en/docs/project-user-guide/configuration/image-registry.md b/content/en/docs/project-user-guide/configuration/image-registry.md index 9cbb4488a..de11817c0 100644 --- a/content/en/docs/project-user-guide/configuration/image-registry.md +++ b/content/en/docs/project-user-guide/configuration/image-registry.md @@ -30,7 +30,7 @@ Specify a name for the Secret (for example, `demo-registry-secret`) and click ** {{< notice tip >}} -You can see the Secret's manifest file in YAML format by enabling **Edit Mode** in the top right corner. KubeSphere allows you to edit the manifest file directly to create a Secret. Alternatively, you can follow the steps below to create a Secret via the dashboard. +You can see the Secret's manifest file in YAML format by enabling **Edit Mode** in the top-right corner. KubeSphere allows you to edit the manifest file directly to create a Secret. Alternatively, you can follow the steps below to create a Secret via the dashboard. {{}} diff --git a/content/en/docs/project-user-guide/configuration/secrets.md b/content/en/docs/project-user-guide/configuration/secrets.md index 036057c8a..2dcaad852 100644 --- a/content/en/docs/project-user-guide/configuration/secrets.md +++ b/content/en/docs/project-user-guide/configuration/secrets.md @@ -32,7 +32,7 @@ Specify a name for the Secret (for example, `demo-secret`) and click **Next** to {{< notice tip >}} -You can see the Secret's manifest file in YAML format by enabling **Edit Mode** in the top right corner. KubeSphere allows you to edit the manifest file directly to create a Secret. Alternatively, you can follow the steps below to create a Secret via the dashboard. +You can see the Secret's manifest file in YAML format by enabling **Edit Mode** in the top-right corner. KubeSphere allows you to edit the manifest file directly to create a Secret. Alternatively, you can follow the steps below to create a Secret via the dashboard. {{}} @@ -76,7 +76,7 @@ You can see the Secret's manifest file in YAML format by enabling **Edit Mode** ![input-key](/images/docs/project-user-guide/configurations/secrets/input-key.jpg) -3. Click **√** in the bottom right corner to confirm. You can continue to add key-value pairs to the Secret or click **Create** to finish the creation. For more information about how to use the Secret, see [Compose and Deploy WordPress](../../../quick-start/wordpress-deployment/#task-3-create-an-application). +3. Click **√** in the bottom-right corner to confirm. You can continue to add key-value pairs to the Secret or click **Create** to finish the creation. For more information about how to use the Secret, see [Compose and Deploy WordPress](../../../quick-start/wordpress-deployment/#task-3-create-an-application). ## Check Secret Details diff --git a/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-mysql.md b/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-mysql.md index 506c95021..d397576fc 100644 --- a/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-mysql.md +++ b/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-mysql.md @@ -20,7 +20,7 @@ This tutorial walks you through an example of how to monitor MySQL metrics and v To begin with, you [deploy MySQL from the App Store](../../../../application-store/built-in-apps/mysql-app/) and set the root password to `testing`. -1. Go to the project `demo` and click **App Store** in the top left corner. +1. Go to the project `demo` and click **App Store** in the top-left corner. ![go-to-app-store](/images/docs/project-user-guide/custom-application-monitoring/go-to-app-store.jpg) @@ -86,7 +86,7 @@ After about two minutes, you can create a monitoring dashboard for MySQL and vis ![create-mysql-dashboard](/images/docs/project-user-guide/custom-application-monitoring/create-mysql-dashboard.jpg) -3. Save the template by clicking **Save Template** in the top right corner. A newly-created dashboard displays in the dashboard list as below. +3. Save the template by clicking **Save Template** in the top-right corner. A newly-created dashboard displays in the dashboard list as below. ![save-mysql-template](/images/docs/project-user-guide/custom-application-monitoring/save-mysql-template.jpg) diff --git a/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-sample-web.md b/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-sample-web.md index 7351503bf..aac17352b 100644 --- a/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-sample-web.md +++ b/content/en/docs/project-user-guide/custom-application-monitoring/examples/monitor-sample-web.md @@ -91,7 +91,7 @@ This section guides you on how to create a dashboard from scratch. You will crea ![create-dashboard-3](/images/docs/project-user-guide/custom-application-monitoring/create-dashboard-3.jpg) -3. Enter a title in the top left corner (for example, `Sample Web Overview`). +3. Enter a title in the top-left corner (for example, `Sample Web Overview`). ![create-dashboard-4](/images/docs/project-user-guide/custom-application-monitoring/create-dashboard-4.jpg) @@ -99,7 +99,7 @@ This section guides you on how to create a dashboard from scratch. You will crea ![create-dashboard-5](/images/docs/project-user-guide/custom-application-monitoring/create-dashboard-5.jpg) -5. Type the PromQL expression `myapp_processed_ops_total` in the field **Monitoring Metrics** and give a chart name (for example, `Operation Count`). Click **√** in the bottom right corner to continue. +5. Type the PromQL expression `myapp_processed_ops_total` in the field **Monitoring Metrics** and give a chart name (for example, `Operation Count`). Click **√** in the bottom-right corner to continue. ![create-dashboard-6](/images/docs/project-user-guide/custom-application-monitoring/create-dashboard-6.jpg) diff --git a/content/en/docs/project-user-guide/custom-application-monitoring/visualization/overview.md b/content/en/docs/project-user-guide/custom-application-monitoring/visualization/overview.md index cbcb7780f..1103641ee 100644 --- a/content/en/docs/project-user-guide/custom-application-monitoring/visualization/overview.md +++ b/content/en/docs/project-user-guide/custom-application-monitoring/visualization/overview.md @@ -28,7 +28,7 @@ To start with a blank template, click **Create**. ### From a YAML file -Toggle to **Edit Mode** in the top right corner then paste your dashboard YAML file. +Toggle to **Edit Mode** in the top-right corner then paste your dashboard YAML file. ![new-dashboard-2](/images/docs/project-user-guide/custom-application-monitoring/new-dashboard-2.jpg) @@ -62,11 +62,11 @@ You can view chart details in the right-most column. It shows the **max**, **min ## Edit the monitoring dashboard -You can modify an existing template by clicking **Edit Template** in the top right corner. +You can modify an existing template by clicking **Edit Template** in the top-right corner. ### Add a chart -To add text charts, click the **add icon** in the left column. To add charts in the middle column, click **Add Monitoring Item** in the bottom right corner. +To add text charts, click the **add icon** in the left column. To add charts in the middle column, click **Add Monitoring Item** in the bottom-right corner. ![edit-dashboard](/images/docs/project-user-guide/custom-application-monitoring/edit-dashboard.jpg) diff --git a/content/en/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md b/content/en/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md index c1bcce012..d161a3b94 100644 --- a/content/en/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md +++ b/content/en/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md @@ -20,7 +20,7 @@ This tutorial demonstrates how to configure S2I and B2I webhooks. ### Step 1: Expose the S2I trigger Service -1. Log in to the KubeSphere web console as `admin`. Click **Platform** in the top left corner and then select **Cluster Management**. +1. Log in to the KubeSphere web console as `admin`. Click **Platform** in the top-left corner and then select **Cluster Management**. 2. In **Services** under **Application Workloads**, select **kubesphere-devops-system** from the drop-down list and click **s2ioperator-trigger-service** to go to its detail page. diff --git a/content/en/docs/project-user-guide/storage/volumes.md b/content/en/docs/project-user-guide/storage/volumes.md index ca399736d..ce1b280c9 100644 --- a/content/en/docs/project-user-guide/storage/volumes.md +++ b/content/en/docs/project-user-guide/storage/volumes.md @@ -30,7 +30,7 @@ All the volumes that are created on the **Volumes** page are PersistentVolumeCla {{< notice note >}} - You can see the volume's manifest file in YAML format by enabling **Edit Mode** in the top right corner. KubeSphere allows you to edit the manifest file directly to create a volume. Alternatively, you can follow the steps below to create a volume via the dashboard. + You can see the volume's manifest file in YAML format by enabling **Edit Mode** in the top-right corner. KubeSphere allows you to edit the manifest file directly to create a volume. Alternatively, you can follow the steps below to create a volume via the dashboard. {{}} diff --git a/content/en/docs/quick-start/create-workspace-and-project.md b/content/en/docs/quick-start/create-workspace-and-project.md index 06374b3c9..0aa289b96 100644 --- a/content/en/docs/quick-start/create-workspace-and-project.md +++ b/content/en/docs/quick-start/create-workspace-and-project.md @@ -33,7 +33,7 @@ After KubeSphere is installed, you need to add different users with varied roles 1. Log in to the web console as `admin` with the default account and password (`admin/P@88w0rd`). {{< notice tip >}} - For account security, it is highly recommended that you change your password the first time you log in to the console. To change your password, select **User Settings** in the drop-down menu in the top right corner. In **Password Setting**, set a new password. You also can change the console language in **User Settings**. + For account security, it is highly recommended that you change your password the first time you log in to the console. To change your password, select **User Settings** in the drop-down menu in the top-right corner. In **Password Setting**, set a new password. You also can change the console language in **User Settings**. {{}} ![chang-password1](/images/docs/quickstart/create-workspaces-projects-accounts/chang-password1.png) diff --git a/content/en/docs/toolbox/auditing/auditing-query.md b/content/en/docs/toolbox/auditing/auditing-query.md index 3d463ba4b..55827e81a 100644 --- a/content/en/docs/toolbox/auditing/auditing-query.md +++ b/content/en/docs/toolbox/auditing/auditing-query.md @@ -14,7 +14,7 @@ You need to enable [KubeSphere Auditing Logs](../../../pluggable-components/audi ## Enter the Query Interface -1. The query function is available for all users. Log in to the console with any account, hover over the **Toolbox** in the lower right corner and select **Auditing Operating**. +1. The query function is available for all users. Log in to the console with any account, hover over the **Toolbox** in the lower-right corner and select **Auditing Operating**. {{< notice note >}} diff --git a/content/en/docs/toolbox/events-query.md b/content/en/docs/toolbox/events-query.md index adbb840a9..270fb241a 100644 --- a/content/en/docs/toolbox/events-query.md +++ b/content/en/docs/toolbox/events-query.md @@ -16,7 +16,7 @@ This guide demonstrates how you can do multi-level, fine-grained event queries t ## Query Events -1. The event query function is available for all users. Log in to the console with any account, hover over the **Toolbox** in the lower right corner and select **Event Search**. +1. The event query function is available for all users. Log in to the console with any account, hover over the **Toolbox** in the lower-right corner and select **Event Search**. ![events_query_guide](/images/docs/events/events_query_guide.png) diff --git a/content/en/docs/toolbox/log-query.md b/content/en/docs/toolbox/log-query.md index 046e4ba94..aeb6fb286 100644 --- a/content/en/docs/toolbox/log-query.md +++ b/content/en/docs/toolbox/log-query.md @@ -16,7 +16,7 @@ You need to enable the [KubeSphere Logging System](../../pluggable-components/lo ## Enter the Log Query Interface -1. The log query function is available for all users. Log in to the console with any account, hover over the **Toolbox** in the lower right corner and select **Log Search**. +1. The log query function is available for all users. Log in to the console with any account, hover over the **Toolbox** in the lower-right corner and select **Log Search**. ![log-query-guide](/images/docs/toolbox/log-query/log-query-guide.png) diff --git a/content/en/docs/toolbox/metering-and-billing/view-resource-consumption.md b/content/en/docs/toolbox/metering-and-billing/view-resource-consumption.md index fd57fa6c2..2040be685 100644 --- a/content/en/docs/toolbox/metering-and-billing/view-resource-consumption.md +++ b/content/en/docs/toolbox/metering-and-billing/view-resource-consumption.md @@ -17,7 +17,7 @@ KubeSphere metering helps you track resource consumption within a given cluster **Cluster Resource Consumption** contains resource usage information of clusters (and nodes included), such as CPU, memory and storage. -1. Log in to the KubeSphere console as `admin`, click the hammer icon in the bottom right corner and select **Metering and Billing**. +1. Log in to the KubeSphere console as `admin`, click the hammer icon in the bottom-right corner and select **Metering and Billing**. 2. Click **View Consumption** in the **Cluster Resource Consumption** section. @@ -55,7 +55,7 @@ KubeSphere metering helps you track resource consumption within a given cluster **Workspace (Project) Resource Consumption** contains resource usage information of workspaces (and projects included), such as CPU, memory and storage. -1. Log in to the KubeSphere console as `admin`, click the hammer icon in the bottom right corner and select **Metering and Billing**. +1. Log in to the KubeSphere console as `admin`, click the hammer icon in the bottom-right corner and select **Metering and Billing**. 2. Click **View Consumption** in the **Workspace (Project) Resource Consumption** section. diff --git a/content/en/docs/toolbox/web-kubectl.md b/content/en/docs/toolbox/web-kubectl.md index d4f0c7170..b0bb27781 100644 --- a/content/en/docs/toolbox/web-kubectl.md +++ b/content/en/docs/toolbox/web-kubectl.md @@ -14,11 +14,11 @@ This tutorial demonstrates how to use web kubectl to operate on and manage clust ## Use Web Kubectl -1. Log in to KubeSphere with an account granted the `platform-admin` role, hover over the **Toolbox** in the lower right corner and select **Kubectl**. +1. Log in to KubeSphere with an account granted the `platform-admin` role, hover over the **Toolbox** in the lower-right corner and select **Kubectl**. ![web-kubectl-enter](/images/docs/web-kubectl/web-kubectl-enter.png) -2. You can see the kubectl interface as shown in the pop-up window. If you have enabled the multi-cluster feature, you need to select the target cluster first from the drop-down list in the upper right corner. This drop-down list is not visible if the multi-cluster feature is not enabled. +2. You can see the kubectl interface as shown in the pop-up window. If you have enabled the multi-cluster feature, you need to select the target cluster first from the drop-down list in the upper-right corner. This drop-down list is not visible if the multi-cluster feature is not enabled. ![web-kubectl-cluster-select](/images/docs/web-kubectl/web-kubectl-cluster-select.png) diff --git a/content/zh/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md b/content/zh/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md index 0afe4d772..875977cbe 100644 --- a/content/zh/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md +++ b/content/zh/docs/devops-user-guide/examples/create-multi-cluster-pipeline.md @@ -243,7 +243,7 @@ You must create the projects as shown in the table below in advance. Make sure y ![pipeline-success](/images/docs/devops-user-guide/examples/create-multi-cluster-pipeline/pipeline-success.png) -3. Check the pipeline running logs by clicking **Show Logs** in the upper right corner. For each stage, you click it to inspect logs, which can be downloaded to your local machine for further analysis. +3. Check the pipeline running logs by clicking **Show Logs** in the upper-right corner. For each stage, you click it to inspect logs, which can be downloaded to your local machine for further analysis. ![pipeline-logs](/images/docs/devops-user-guide/examples/create-multi-cluster-pipeline/pipeline-logs.png) diff --git a/content/zh/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md b/content/zh/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md index c1bcce012..d161a3b94 100644 --- a/content/zh/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md +++ b/content/zh/docs/project-user-guide/image-builder/s2i-and-b2i-webhooks.md @@ -20,7 +20,7 @@ This tutorial demonstrates how to configure S2I and B2I webhooks. ### Step 1: Expose the S2I trigger Service -1. Log in to the KubeSphere web console as `admin`. Click **Platform** in the top left corner and then select **Cluster Management**. +1. Log in to the KubeSphere web console as `admin`. Click **Platform** in the top-left corner and then select **Cluster Management**. 2. In **Services** under **Application Workloads**, select **kubesphere-devops-system** from the drop-down list and click **s2ioperator-trigger-service** to go to its detail page.