From 2d9a7be7d37ef0d3e49c4faebc9cb6f4e8f8a646 Mon Sep 17 00:00:00 2001 From: jnewfield <104527109+jnewfield@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:44:44 -0700 Subject: [PATCH 1/2] Remove "new" & redundant text, add "recommended" Remove the word "new" and add the word "recommended" in the description text - These resources have been implemented for a while now - F5 recommends and prefers the VirtualServer and VirtualServerRoutes resources be implemented over the Ingress resource Remove redundant text (no need to convey 'alternative to Ingress' twice) --- .../virtualserver-and-virtualserverroute-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md b/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md index b23b2461b8..b4cbbdde23 100644 --- a/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md +++ b/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md @@ -1,6 +1,6 @@ --- title: VirtualServer and VirtualServerRoute Resources -description: "The VirtualServer and VirtualServerRoute resources are new load balancing configuration offered as an alternative to the Ingress resource." +description: "The VirtualServer and VirtualServerRoute resources are load balancing configurations offered as a recommended alternative to the Ingress resource." weight: 1600 doctypes: [""] aliases: @@ -10,7 +10,7 @@ docs: "DOCS-599" --- -The VirtualServer and VirtualServerRoute resources are new load balancing configuration, introduced in release 1.5 as an alternative to the Ingress resource. The resources enable use cases not supported with the Ingress resource, such as traffic splitting and advanced content-based routing. The resources are implemented as [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/). +The VirtualServer and VirtualServerRoute resources, introduced in release 1.5, enable use cases not supported with the Ingress resource, such as traffic splitting and advanced content-based routing. The resources are implemented as [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/). This document is the reference documentation for the resources. To see additional examples of using the resources for specific use cases, go to the [examples/custom-resources](https://github.com/nginxinc/kubernetes-ingress/tree/v2.3.0/examples/custom-resources) folder in our GitHub repo. From 47e763b77698d865d57fee7e3bfb72c3faab680a Mon Sep 17 00:00:00 2001 From: jnewfield <104527109+jnewfield@users.noreply.github.com> Date: Wed, 17 Aug 2022 12:24:36 -0700 Subject: [PATCH 2/2] Update docs/content/configuration/virtualserver-and-virtualserverroute-resources.md Co-authored-by: Jcahilltorre <78599298+Jcahilltorre@users.noreply.github.com> --- .../virtualserver-and-virtualserverroute-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md b/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md index b4cbbdde23..3fa0462a5d 100644 --- a/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md +++ b/docs/content/configuration/virtualserver-and-virtualserverroute-resources.md @@ -1,6 +1,6 @@ --- title: VirtualServer and VirtualServerRoute Resources -description: "The VirtualServer and VirtualServerRoute resources are load balancing configurations offered as a recommended alternative to the Ingress resource." +description: "The VirtualServer and VirtualServerRoute resources are load balancing configurations recommended as an alternative to the Ingress resource." weight: 1600 doctypes: [""] aliases: