Tag: helm
-
Installing the Nginx Ingress Controller via Helm to a K8s cluster with RBAC enabled
A lot of posts describe how to do this, but are fairly outdated, and do not mention the last supported K8s version. Here’s a tried and tested way to do so via Helm. This has been tested on GKE, with the Kubernetes master versionĀ 1.9.7-gke.6: Create the service account for Tiller – the Helm server $…