File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,19 @@ feature) to run a very specific test by name. This can be done using the
177
177
go test ./conformance/... --run TestConformance/< ShortName>
178
178
```
179
179
180
+ #### Network Policies
181
+
182
+ In clusters that use [ Container Network Interface (CNI) plugins] [ network_plugins ]
183
+ which enforce network policies some conformance tests might require custom
184
+ [ ` NetworkPolicy ` ] [ netpol ] resources to be added to the cluster in order to allow
185
+ the traffic to reach the required destinations.
186
+
187
+ Users are expected to add those required network policies so that their
188
+ implementations pass those tests.
189
+
190
+ [ network_plugins ] : https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
191
+ [ netpol ] : https://kubernetes.io/docs/concepts/services-networking/network-policies/
192
+
180
193
## Contributing to Conformance
181
194
182
195
Many implementations run conformance tests as part of their full e2e test suite.
You can’t perform that action at this time.
0 commit comments