mirror of
https://github.com/kubesphere/website.git
synced 2025-12-29 07:12:48 +00:00
Fix some format and typo issues
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
0046ca65fd
commit
8947b2b33a
|
|
@ -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
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 访问,则必须启用私有访问。
|
||||
{{</ notice >}}
|
||||
|
||||
- 公有和私有:启用公有和私有访问。
|
||||
|
|
|
|||
Loading…
Reference in New Issue