diff --git a/docs/user/custom-resources/README.md b/docs/user/custom-resources/README.md index b973279f2..2de5d442a 100644 --- a/docs/user/custom-resources/README.md +++ b/docs/user/custom-resources/README.md @@ -14,7 +14,7 @@ Browse the documentation related to the APIGateway custom resource (CR): The `apirules.gateway.kyma-project.io` CRD describes the kind and the format of data the APIRule Controller uses to configure resources. The APIRule CR is available in two versions: `v2alpha1` and `v1beta1`. > [!WARNING] -> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`. +> APIRule in version `v1beta1` will become deprecated in 2024. Browse the documentation related to the APIRule CR in version `v2alpha1`: - [Specification of APIRule CR](./apirule/v2alpha1/04-10-apirule-custom-resource.md) describing all primary parameters of APIRule CR diff --git a/docs/user/custom-resources/apirule/04-10-apirule-custom-resource.md b/docs/user/custom-resources/apirule/04-10-apirule-custom-resource.md index 860a67526..5594d1a06 100644 --- a/docs/user/custom-resources/apirule/04-10-apirule-custom-resource.md +++ b/docs/user/custom-resources/apirule/04-10-apirule-custom-resource.md @@ -1,7 +1,7 @@ # APIRule v1beta1 Custom Resource > [!WARNING] -> The APIRule in version `v1beta1` will be deprecated in 2024. Use the APIRule in version `v2alpha1` instead. +> The APIRule in version `v1beta1` will be deprecated in 2024. The `apirules.gateway.kyma-project.io` CustomResourceDefinition (CRD) describes the kind and the format of data the APIGateway Controller listens for. To get the up-to-date CRD in the `yaml` format, run the following command: diff --git a/docs/user/custom-resources/apirule/README.md b/docs/user/custom-resources/apirule/README.md index 49b6ecae6..7f691fef6 100644 --- a/docs/user/custom-resources/apirule/README.md +++ b/docs/user/custom-resources/apirule/README.md @@ -3,7 +3,7 @@ The `apirules.gateway.kyma-project.io` CRD describes the kind and the format of data the APIRule Controller uses to configure resources. The APIRule CR is available in two versions: `v2alpha1` and `v1beta1`. > [!WARNING] -> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`. +> APIRule in version `v1beta1` will become deprecated in 2024. Browse the documentation related to the APIRule CR in version `v2alpha1`: - [Specification of APIRule CR](./v2alpha1/04-10-apirule-custom-resource.md) diff --git a/docs/user/troubleshooting-guides/03-00-cannot-connect-to-service/README.md b/docs/user/troubleshooting-guides/03-00-cannot-connect-to-service/README.md index d36eb7749..8402478b2 100644 --- a/docs/user/troubleshooting-guides/03-00-cannot-connect-to-service/README.md +++ b/docs/user/troubleshooting-guides/03-00-cannot-connect-to-service/README.md @@ -6,4 +6,4 @@ If you have issues creating an APIRule custom resource (CR) or you've exposed a - [APIRule CR in version v1beta1](./03-00-basic-diagnostics.md) > [!WARNING] -> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`. +> APIRule in version `v1beta1` will become deprecated in 2024. \ No newline at end of file diff --git a/docs/user/tutorials/01-40-expose-workload/README.md b/docs/user/tutorials/01-40-expose-workload/README.md index 8f284b55b..59f06516f 100644 --- a/docs/user/tutorials/01-40-expose-workload/README.md +++ b/docs/user/tutorials/01-40-expose-workload/README.md @@ -2,7 +2,7 @@ Browse the API Gateway tutorials to learn how to expose workloads. The tutorials are available in two versions: one uses the APIRule resource in version `v2alpha1` and the other uses the APIRule resource in version `v1beta1`. > [!WARNING] -> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`. +> APIRule in version `v1beta1` will become deprecated in 2024. Expose a workload with APIRule in version `v2alpha1`: - [Expose a Workload](./v2alpha1/01-40-expose-workload-apigateway.md) diff --git a/docs/user/tutorials/01-50-expose-and-secure-a-workload/README.md b/docs/user/tutorials/01-50-expose-and-secure-a-workload/README.md index b34c2f296..cea8a85ee 100644 --- a/docs/user/tutorials/01-50-expose-and-secure-a-workload/README.md +++ b/docs/user/tutorials/01-50-expose-and-secure-a-workload/README.md @@ -2,7 +2,7 @@ Browse the API Gateway tutorials to learn how to expose and secure workloads. The tutorials are available in two versions: one uses the APIRule resource in version `v2alpha1` and the other uses the APIRule resource in version `v1beta1`. > [!WARNING] -> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`. +> APIRule in version `v1beta1` will become deprecated in 2024. Expose and Secure a workload with APIRule in version `v2alpha1`: - [Get a JSON Web Token (JWT)](./01-51-get-jwt.md)