Open glsdown opened 3 years ago
Hello @glsdown,
Thanks for leaving issue here and sorry for late reply. The command is wrong in the document, we missed the name argument in the helm install command. You can try this one.
$ helm install nginx-ingress ingress-nginx/ingress-nginx \
--create-namespace \
--namespace ingress-nginx \
--set controller.hostNetwork=true \
--set rbac.create=true
As the repository is the doc repo for PrimeHub, any issue is recommended to be filed in the PrimeHub repository. It would be easier to draw our attention.
Hello,
I am following the instructions on installing K8s on AWS EKS, but am having issues installing
nginx-ingress
.I have followed all stages up to this point, and they've worked fine. The only slight difference is I have an updated version of helm:
However, on running the commands:
I immediately am presented with the error message:
On including,
generate-name
I receive the error:Removing the version number parameter entirely gives me something similar:
Looking at the linked documentation for
nginx-ingress
, it looks like maybe there is a name change or something, as the suggested commands to install via helm are:I used this in combination with what was in the documentation, but still received an error on the version:
However, removing the version helped, and didn't throw any error messages:
However, the external address given does not then appear to work, and only displays the standard nginx 404 not found error (not the specified
default backend - 404
).I wonder whether it's related to the specific installation notes for AWS and they way they deploy it as mentioned on their website here.
I'm very new to all of this, but very keen to be able to use your tool, so any help would be gratefully received. I'm probably doing something very basic, but unfortunately lack the experience to know what that might be.
Many thanks!