"Securing Ingresses with Venafi" tutorial contains link to missing manifest #1063
Labels
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
See here.
The currently documented manifests in the cert-manager tutorial have been removed from the
ingress-nginx
repo so the instructions are broken. (e.g. https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/aws/service-nlb.yaml)The official docs suggest that the way to install an NLB based
ingress-nginx
on AWS is withkubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.3.0/deploy/static/provider/aws/deploy.yaml
I've tested this and it appears to work as expected.
NOTE there is currently no helm based equivalent so
kubectl apply
is still the way to go.The text was updated successfully, but these errors were encountered: