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

 

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

 

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

相关文章:

  • 2022-12-23
  • 2021-08-02
  • 2022-01-02
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-01-11
猜你喜欢
  • 2022-01-02
  • 2021-06-05
  • 2021-08-06
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案