Ingress nginx for TCP and UDP services --- Step "Patch the ingress-nginx-controller" bug #9354
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/documentation
Categorizes issue or PR as related to documentation.
kind/support
Categorizes issue or PR as a support question.
https://minikube.sigs.k8s.io/docs/tutorials/nginx_tcp_udp_ingress/#patch-the-ingress-nginx-controller
Running the directed command:
kubectl patch deployment ingress-nginx-controller --patch "$(cat ingress-nginx-controller-patch.yaml)" -n kube-system
results in an errorThe Deployment "ingress-nginx-controller" is invalid: spec.template.spec.containers[0].image: Required value
.EDIT:
I think the real problem is that the container name mentioned in the docs is
ingress-nginx-controller
. The deploymentingress-nginx-controller
has containercontroller
. That container is what should be patched.From the docs:
The text was updated successfully, but these errors were encountered: