Skip to content

Commit bc99239

Browse files
pmalekshaneutt
andauthored
docs(conformance): mention network policies (#2296)
* docs(conformance): mention network policies * Update site-src/concepts/conformance.md Co-authored-by: Shane Utt <[email protected]> --------- Co-authored-by: Shane Utt <[email protected]>
1 parent c436026 commit bc99239

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

site-src/concepts/conformance.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,19 @@ feature) to run a very specific test by name. This can be done using the
177177
go test ./conformance/... --run TestConformance/<ShortName>
178178
```
179179

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+
180193
## Contributing to Conformance
181194

182195
Many implementations run conformance tests as part of their full e2e test suite.

0 commit comments

Comments
 (0)