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-cn/docs/tasks/administer-cluster/namespaces-walkthrough.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,16 +52,16 @@ This example demonstrates how to use Kubernetes namespaces to subdivide your clu
52
52
This example assumes the following:
53
53
54
54
1. You have an [existing Kubernetes cluster](/docs/setup/).
55
-
2. You have a basic understanding of Kubernetes _[Pods](/docs/concepts/workloads/pods/pod/)_, _[Services](/docs/concepts/services-networking/service/)_, and _[Deployments](/docs/concepts/workloads/controllers/deployment/)_.
55
+
2. You have a basic understanding of Kubernetes {{< glossary_tooltip text="Pods" term_id="pod" >}}, {{< glossary_tooltip term_id="service" text="Services" >}}, and {{< glossary_tooltip text="Deployments" term_id="deployment" >}}.
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
1
---
2
2
title: 使用 kube-router 提供 NetworkPolicy
3
3
content_type: task
4
-
weight: 30
4
+
weight: 40
5
5
---
6
+
<!--
7
+
reviewers:
8
+
- murali-reddy
9
+
title: Use Kube-router for NetworkPolicy
10
+
content_type: task
11
+
weight: 40
12
+
-->
6
13
7
14
<!-- overview -->
8
15
<!--
@@ -25,7 +32,7 @@ You need to have a Kubernetes cluster running. If you do not already have a clus
25
32
26
33
The Kube-router Addon comes with a Network Policy Controller that watches Kubernetes API server for any NetworkPolicy and pods updated and configures iptables rules and ipsets to allow or block traffic as directed by the policies. Please follow the [trying Kube-router with cluster installers](https://www.kube-router.io/docs/user-guide/#try-kube-router-with-cluster-installers) guide to install Kube-router addon.
0 commit comments