Skip to content

Instantly share code, notes, and snippets.

View aneri90's full-sized avatar

Alessandro Neri aneri90

View GitHub Profile
#!/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