You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/tasks/administer-cluster/declare-network-policy.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ This document helps you get started using the Kubernetes [NetworkPolicy API](/do
30
30
<!--
31
31
Make sure you've configured a network provider with network policy support. There are a number of network providers that support NetworkPolicy, including:
Copy file name to clipboardExpand all lines: content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,9 +345,9 @@ Apply the manifest to create a Deployment
345
345
应用清单文件来创建 Deployment。
346
346
347
347
<!--
348
-
We have just created a deployment whose replica size is 2 that is running the pod called `snowflake` with a basic container that just serves the hostname.
348
+
We have created a deployment whose replica size is 2 that is running the pod called `snowflake` with a basic container that serves the hostname.
Once your cluster is running, you can follow the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) to try out Kubernetes NetworkPolicy.
0 commit comments