mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fixes and improvements
Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
parent
f518c81c15
commit
873b38cfa4
|
|
@ -39,10 +39,19 @@ curl -sfL https://get-kk.kubesphere.io | sh -
|
|||
|
||||
.. Run the following command to install dependencies.
|
||||
+
|
||||
--
|
||||
[,bash]
|
||||
----
|
||||
apt install socat conntrack -y
|
||||
----
|
||||
[.admon.note,cols="a"]
|
||||
|===
|
||||
|Note
|
||||
|
||||
|
|
||||
If the cluster nodes use other operating systems, please replace apt with the corresponding package management tool for that OS.
|
||||
|===
|
||||
--
|
||||
|
||||
.. Run the following command to quickly create a Kubernetes cluster.
|
||||
+
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ include::../../../../../_ks_components-en/oper-navigate.adoc[]
|
|||
|===
|
||||
|Parameter |Description
|
||||
|
||||
|Username
|
||||
|Name
|
||||
|The username of the workspace member.
|
||||
|
||||
|Status
|
||||
|
|
|
|||
|
|
@ -40,11 +40,21 @@ curl -sfL https://get-kk.kubesphere.io | sh -
|
|||
|
||||
.. 执行以下命令安装依赖项。
|
||||
+
|
||||
--
|
||||
[,bash]
|
||||
----
|
||||
apt install socat conntrack -y
|
||||
----
|
||||
|
||||
[.admon.note,cols="a"]
|
||||
|===
|
||||
|说明
|
||||
|
||||
|
|
||||
如果集群节点使用其他操作系统,请将 **apt** 替换为操作系统对应的软件包管理工具。
|
||||
|===
|
||||
--
|
||||
|
||||
.. 执行以下命令快速创建一个 Kubernetes 集群。
|
||||
+
|
||||
[,bash]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ description: "介绍如何查看容器详情。"
|
|||
weight: 03
|
||||
---
|
||||
|
||||
:ks_permission: **应用负载管理**
|
||||
:ks_permission: **应用负载查看**
|
||||
:ks_navigation: **应用负载 > 容器组**
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ include::../../../../../_ks_components/oper-navigate.adoc[]
|
|||
|===
|
||||
|参数 |描述
|
||||
|
||||
|用户名
|
||||
|名称
|
||||
|企业空间成员的用户名。
|
||||
|
||||
|状态
|
||||
|
|
|
|||
|
|
@ -9,6 +9,5 @@ weight: 06
|
|||
|
||||
|
||||
|
||||
本节介绍如何上设置企业空间基本信息、修改企业空间配额、设置企业空间角色和企业空间成员。
|
||||
|
||||
本节介绍如何设置企业空间基本信息、修改企业空间配额、设置企业空间角色和企业空间成员。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue