mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
Fix fail-loaded images
Signed-off-by: adakisme <serenashe@yunify.com>
This commit is contained in:
parent
3590171990
commit
a060189efa
|
|
@ -16,11 +16,11 @@ KubeSphere 控制台提供 Web Kubectl,方便用户使用。在默认情况下
|
|||
|
||||
1. 使用被授予 `platform-admin` 角色的帐户登录 KubeSphere,在右下角的**工具箱**图标上悬停,然后在弹出菜单中选择 **Kubectl**。
|
||||
|
||||

|
||||

|
||||
|
||||
2. 您可以在弹出窗口中看到 Kubectl 界面,如下图所示。如果您启用了多集群功能,则需要先在右上角的下拉列表中选择目标集群。如果未启用多集群功能,则该下拉列表不可见。
|
||||
|
||||

|
||||

|
||||
|
||||
3. 在命令行工具中输入 Kubectl 命令,查询并管理 Kubernetes 集群资源。例如,执行以下命令查询集群中所有 PVC 的状态。
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ KubeSphere 控制台提供 Web Kubectl,方便用户使用。在默认情况下
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
4. 在终端窗口中使用以下语法运行 Kubectl 命令:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue