It’s easy. it needs to install helm first and just run following command
helm install \
--name nginx-ingress stable/nginx-ingress \
--namespace ingress-nginx \
--set rbac.create=true \
--set controller.image.repository="quay.io/kubernetes-ingress-controller/nginx-ingress-controller-arm64" \
--set defaultBackend.image.repository="k8s.gcr.io/defaultbackend-arm64"
ref.
https://github.com/kubernetes/ingress-nginx/issues/4876
https://github.com/kubernetes/ingress-nginx/pull/3852
On this day..
- 2008/1/12 立委選舉選務後記 - 2008
- 郝龍斌 一綱一本爭議之淺見. - 2007
- 你適合用那一種 Linux Distrubtion - 2006
0 Comments.