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: charts/calico-configuration/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,3 +30,16 @@ if calico version <= 3.29
30
30
## Known issues
31
31
32
32
If network policy is created after pod, pod **MUST** be restarted for policy to take effect. Read more https://github.com/projectcalico/calico/issues/10753#issuecomment-3140717418
33
+
34
+
## How to view existing policies
35
+
36
+
via kubectl:
37
+
* `kubectl get networkpolicies.crd.projectcalico.org -n adminer`
0 commit comments