Update network-policy.md

This commit is contained in:
Calvin Yu 2022-05-13 16:20:54 +08:00 committed by GitHub
parent cf1f1ac735
commit bac556820b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
## 验证组件的安装
如果您能在**网络**中看到**网络策略**,说明安装成功。
如果您能在**网络**中看到**网络策略**,说明安装成功。