application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
Add CRD link that works on clusters >v1.22 to Shared App Gateway documentation
Checklist
- [x] The title of the PR is clear and informative
- [x] If applicable, the changes made in the PR have proper test coverage
- [x] Issues addressed by the PR are mentioned in the description followed by
Fixes.
Description
The instruction to apply the CRD for AzureIngressProhibitedTarget is linked to an older revision on the repository with the apiVersion set to apiextensions.k8s.io/v1beta1. This no longer works with clusters that are above Kubernetes v1.22 since it has been deprecated.
This pull request updates the links and retains options for clusters that are below v1.16
Fixes
#1663