File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ doc for details on the supportability matrix.
88
99** 2. Install the Network Policy API CRDs**
1010
11- We don't have a released version of the ` ClusterNetworkPolicy ` API yet, but you can try out
12- the latest version from the ` main ` branch by applying the following manifest:
11+ To install the latest released version of the ` ClusterNetworkPolicy ` API, which is ` v0.2.0 ` , use the following command:
1312
1413``` bash
15- kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/refs/heads/main /config/crd/standard/policy.networking.k8s.io_clusternetworkpolicies.yaml
14+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/refs/tags/v0.2.0 /config/crd/standard/policy.networking.k8s.io_clusternetworkpolicies.yaml
1615```
1716
1817The latest released version of the ` AdminNetworkPolicy ` and ` BaselineAdminNetworkPolicy ` is ` v0.1.7 ` .
@@ -23,6 +22,9 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/network-polic
2322-f https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/refs/tags/v0.1.7/config/crd/standard/policy.networking.k8s.io_baselineadminnetworkpolicies.yaml
2423```
2524
25+ We are also going to preserve and maintain the [ release-0.1] ( https://github.com/kubernetes-sigs/network-policy-api/tree/release-0.1 )
26+ branch for the ` v1alpha1 ` APIs, including potential updates and bug fixes until further notice.
27+
2628** 3. Try out one of the sample yamls for specific user stories**
2729
2830- [ Deny traffic at a cluster level] ( reference/examples.md#sample-spec-for-story-1-deny-traffic-at-a-cluster-level )
You can’t perform that action at this time.
0 commit comments