This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# --set rbac.create=false when RBAC is disabled | |
# wait for public ip address with: | |
# kubectl --namespace kube-system get services -o wide -w lovely-ladybird-nginx-ingress-controller | |
helm install stable/nginx-ingress --namespace kube-system --set rbac.create=false |