diff --git a/changelog/fragments/bump-1.22.yaml b/changelog/fragments/bump-1.22.yaml index 88ccfc6edd9..8d3d836e8a9 100644 --- a/changelog/fragments/bump-1.22.yaml +++ b/changelog/fragments/bump-1.22.yaml @@ -51,7 +51,7 @@ entries: 2) Update your Makafile by - Replacing `ENVTEST_K8S_VERSION = 1.21` with `ENVTEST_K8S_VERSION = 1.22` - Replacing `$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases` with `$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases` - - Now, you can also remove from this file + - Now, you can also remove from the `Makefile` the `CRD_OPTIONS`, see below: ``` # Produce CRDs that work back to Kubernetes 1.11 (no version conversion)