From 93e281d0c1927f8feb9dc0de0865a3266f0cd3c3 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Fri, 2 Apr 2021 14:24:45 +0800 Subject: [PATCH] Fix some format and typo issues Signed-off-by: Sherlock113 --- .../add-kubernetes-namespace-to-kubesphere-workspace.md | 2 +- .../application-workloads/horizontal-pod-autoscaling.md | 2 +- content/en/docs/quick-start/create-workspace-and-project.md | 2 +- .../hosted-kubernetes/install-kubesphere-on-eks.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/faq/access-control/add-kubernetes-namespace-to-kubesphere-workspace.md b/content/en/docs/faq/access-control/add-kubernetes-namespace-to-kubesphere-workspace.md index bb470d6ee..a747876e4 100644 --- a/content/en/docs/faq/access-control/add-kubernetes-namespace-to-kubesphere-workspace.md +++ b/content/en/docs/faq/access-control/add-kubernetes-namespace-to-kubesphere-workspace.md @@ -1,7 +1,7 @@ --- title: "Add existing Kubernetes namespaces to a KubeSphere Workspace" keywords: "namespace, project, KubeSphere, Kubernetes" -description: "Add you existing Kubernetes namespaces to a KubeSphere workspace." +description: "Add your existing Kubernetes namespaces to a KubeSphere workspace." linkTitle: "Add existing Kubernetes namespaces to a KubeSphere Workspace" Weight: 16430 --- diff --git a/content/en/docs/project-user-guide/application-workloads/horizontal-pod-autoscaling.md b/content/en/docs/project-user-guide/application-workloads/horizontal-pod-autoscaling.md index 0399c7588..3b19dad50 100755 --- a/content/en/docs/project-user-guide/application-workloads/horizontal-pod-autoscaling.md +++ b/content/en/docs/project-user-guide/application-workloads/horizontal-pod-autoscaling.md @@ -71,7 +71,7 @@ This document uses HPA based on CPU usage as an example. Operations for HPA base {{< notice note >}} - Ensure that the cluster can provide sufficient resource for all Pods when the number of Pods reaches the maximum. Otherwise, the creation of some Pods will fail. + Ensure that the cluster can provide sufficient resources for all Pods when the number of Pods reaches the maximum. Otherwise, the creation of some Pods will fail. {{}} 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 05db02cd3..4c4536f47 100644 --- a/content/en/docs/quick-start/create-workspace-and-project.md +++ b/content/en/docs/quick-start/create-workspace-and-project.md @@ -6,7 +6,7 @@ linkTitle: "Create Workspaces, Projects, Accounts and Roles" weight: 2300 --- -This quickstart demonstrates how to create workspaces, roles and user accounts which are required for the other tutorials. Meanwhile, you will learn how to create projects and DevOps projects within your workspace where your workloads are running. After this tutorial, you will become familiar with the multi-tenant management system of KubeSphere. +This quickstart demonstrates how to create workspaces, roles and user accounts which are required for other tutorials. Meanwhile, you will learn how to create projects and DevOps projects within your workspace where your workloads are running. After this tutorial, you will become familiar with the multi-tenant management system of KubeSphere. ## Prerequisites diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md index bb9a5508b..ca238296e 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md @@ -60,7 +60,7 @@ aws-cli/2.1.2 Python/3.7.3 Linux/4.18.0-193.6.3.el8_2.x86_64 exe/x86_64.centos.8 - 私有:仅启用对集群的 Kubernetes API server 端点的专用访问。来自集群 VPC 内部的 Kubernetes API 请求使用这个私有 VPC 端点。 {{< notice note >}} - 如果创建的 VPC 没有出站 Internet 访问,则必须启用私有访问。 +如果创建的 VPC 没有出站 Internet 访问,则必须启用私有访问。 {{}} - 公有和私有:启用公有和私有访问。