Merge pull request #4116 from RyanHartje/4013

[4013] adding docs for GKE for helm 2
pull/4119/head
Matthew Fisher 7 years ago committed by GitHub
commit d6fe434ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,8 +18,9 @@ Hyperkube you may need to do some manual configuration.
## GKE
Google's GKE hosted Kubernetes platform is known to work with Helm, and requires
no additional configuration.
Google's GKE hosted Kubernetes platform enables RBAC by default. You will need to create a service account for tiller, and use the --service-account flag when initializing the helm server.
See [Tiller and role-based access control](https://docs.helm.sh/using_helm/#role-based-access-control) for more information.
## Ubuntu with 'kubeadm'
@ -48,4 +49,3 @@ Helm Client and Helm Server (Tiller) are pre-installed with [Platform9 Managed K
Helm (both client and server) has been tested and is working on Mesospheres DC/OS 1.11 Kubernetes platform, and requires
no additional configuration.

Loading…
Cancel
Save