fix docs and add owner file of horovod chart (#5667)

This commit is contained in:
cheyang
2018-05-22 15:06:22 -07:00
committed by k8s-ci-robot
parent 7e15697ae8
commit 11e9f197b9
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for deploying Horovod
name: horovod
version: "0.1.1"
version: "0.1.2"
appVersion: "0.12.1"
sources:
- https://github.com/uber/horovod
+4
View File
@@ -0,0 +1,4 @@
approvers:
- cheyang
reviewers:
- cheyang
+3 -3
View File
@@ -12,7 +12,7 @@ This chart bootstraps Horovod which is a Distributed TensorFlow Framework on a K
## Build Docker Image
You can download [offical Horovod Dockerfile](https://github.com/uber/horovod/blob/master/Dockerfile), then modify it according to your requirement, e.g. select a different CUDA, TensorFlow or Python version.
You can download [official Horovod Dockerfile](https://github.com/uber/horovod/blob/master/Dockerfile), then modify it according to your requirement, e.g. select a different CUDA, TensorFlow or Python version.
```
# mkdir horovod-docker
@@ -102,10 +102,10 @@ chart and their default values.
| `worker.image.pullPolicy` | `pullPolicy` for the worker | `IfNotPresent` |
| `worker.image.tag` | `tag` for the worker | `0.12.1-tf1.8.0-py3.5` |
| `worker.resources`| worker's pod resource requests & limits| `{}`|
| `worker.env` | worker's environment varaibles | `{}` |
| `worker.env` | worker's environment variables | `{}` |
| `master.image.repository` | horovod master image | `uber/horovod` |
| `master.image.tag` | `tag` for the master | `0.12.1-tf1.8.0-py3.5` |
| `master.image.pullPolicy` | image pullPolicy for the master image| `IfNotPresent` |
| `master.args` | master's args | `{}` |
| `master.resources`| master's pod resource requests & limits| `{}`|
| `master.env` | master's environment varaibles | `{}` |
| `master.env` | master's environment variables | `{}` |
+1 -1
View File
@@ -1,5 +1,5 @@
1. Get the application URL by running these commands:
*** NOTE: It may take a few minutes for the statefulset to be avaialble
*** NOTE: It may take a few minutes for the statefulset to be available
*** you can watch the status of statefulset by running 'kubectl get sts --namespace {{ .Release.Namespace }} -w {{ template "horovod.fullname" . }}' ***