mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update network-policy.md
This commit is contained in:
parent
cf1f1ac735
commit
bac556820b
|
|
@ -96,7 +96,7 @@ weight: 6900
|
|||
5. 在 kubectl 中执行以下命令检查安装过程:
|
||||
|
||||
```bash
|
||||
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
|
||||
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-installer -o jsonpath='{.items[0].metadata.name}') -f
|
||||
```
|
||||
|
||||
{{< notice note >}}
|
||||
|
|
@ -106,4 +106,4 @@ weight: 6900
|
|||
|
||||
## 验证组件的安装
|
||||
|
||||
如果您能在**网络**中看到**网络策略**,说明安装成功。
|
||||
如果您能在**网络**中看到**网络策略**,说明安装成功。
|
||||
|
|
|
|||
Loading…
Reference in New Issue