仍是沒學會 今天繼續研究.
Using Helm
NGINX Ingress controller can be installed via Helm using the chart stable/nginx from the official charts repository. To install the chart with the release name my-nginx
:nginx
helm install stable/nginx-ingress --name my-nginx
If the kubernetes cluster has RBAC enabled, then run:git
helm install stable/nginx-ingress --name my-nginx --set rbac.create=true
好像無論用呢... 試過了 不太行 貌似.github