Skip to content

Commit

Permalink
Helm instructions (#111)
Browse files Browse the repository at this point in the history
* Add links describing how to configure service accounts for tiller if needed.

* Update the link to helm.
  • Loading branch information
jlewi authored Nov 2, 2017
1 parent e807068 commit 17f204a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,22 @@ CRD please refer to

Custom Resources require Kubernetes >= 1.7

For GPUs we recommend using Kubernetes 1.8

* Kubernetes 1.7 had some support for GPUs


## Installing the TfJob CRD and operator on your k8s cluster

1. Ensure helm is running on your cluster

* On GKE with K8s 1.8, follow these
[instructions](https://docs.helm.sh/using_helm/#tiller-namespaces-and-rbac)
to setup appropriate service accounts for tiller.

* Azure K8s clusters should have service accounts configured by
default for tiller.

1. Deploy the operator

For non-RBAC enabled clusters:
Expand Down

0 comments on commit 17f204a

Please sign in to comment.