Helm安装nginxingress的方法

coding

还是没学会 今天继续研究. 

 

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:

helm install stable/nginx-ingress --name my-nginx

If the kubernetes cluster has RBAC enabled, then run:

helm install stable/nginx-ingress --name my-nginx --set rbac.create=true

 好像不管用呢... 试过了 不太行 貌似.

以上是 Helm安装nginxingress的方法 的全部内容, 来源链接: utcz.com/z/509507.html

回到顶部