ngress-NGINX Controller versions wrong #10948
Labels
kind/documentation
Categorizes issue or PR as related to documentation.
needs-priority
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What happened:
The version links are wrong:
a) https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.6.4/deploy/static/provider/cloud/deploy.yaml
...takes you to a 1.6.3 controller and when deployed it returns an Nginx 404 not found error for some application. This 1.6.3 version also does not exist on your versions page:
https://github.com/kubernetes/ingress-nginx/
b) https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.7.0/deploy/static/provider/cloud/deploy.yaml
...takes you to 1.6.4 which has a critical security bug only fixed in 1.7:
#9748
c) https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.7.1/deploy/static/provider/cloud/deploy.yaml
..takes you to 1.7
What you expected to happen:
Doc links need to be updated.
Kubernetes version (use
kubectl version
):1.24
Environment:
Anything else we need to know:
/kind documentation
/remove-kind bug
The text was updated successfully, but these errors were encountered: