Skip to content

Commit 0697ddb

Browse files
authored
Merge pull request #374 from npinaeva/anp-doc
docs: Add v1alpha1 promise to maintain release-0.1 branch
2 parents 9430b4d + 0c93416 commit 0697ddb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

site-src/getting-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1817
The 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)

0 commit comments

Comments
 (0)