Skip to content

Commit 7e59713

Browse files
Fix outdated link to Kubernetes docs
Signed-off-by: killianmuldoon <[email protected]>
1 parent 7999314 commit 7e59713

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/book/src/developer/providers/implementers-guide/generate_crds.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ The latest API version of Cluster API and the version of your provider do not ne
5353
### Add Status subresource
5454

5555
The [status subresource][status] lets Spec and Status requests for custom resources be addressed separately so requests don't conflict with each other.
56-
It also lets you split RBAC rules between Spec and Status.
57-
It's stable in Kubernetes as of [v1.16][rbac], but you will have to [manually enable it in Kubebuilder][kbstatus].
56+
It also lets you split RBAC rules between Spec and Status. You will have to [manually enable it in Kubebuilder][kbstatus].
5857

5958
Add the `subresource:status` annotation to your `<provider>cluster_types.go` `<provider>machine_types.go`
6059

@@ -80,7 +79,6 @@ make manifests
8079
```
8180
8281
[status]: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#status-subresource
83-
[rbac]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#customresourcesubresources-v1beta1-apiextensions-k8s-io
8482
[kbstatus]: https://book.kubebuilder.io/reference/generating-crd.html?highlight=status#status
8583
8684
### Apply further customizations

0 commit comments

Comments
 (0)