Bump Pachyderm chart to 0.1.1 (#3226)

* Added Pachyderm chart

* Added appVersion field and updated instructions

* Added namespace flag to deployment commands

* Added OWNERS file

* Updated OWNERS file and changed names with github ids

* Fixed quotation marks in NOTES.txt
This commit is contained in:
Jon Ander Novella
2018-01-05 07:18:12 -08:00
committed by k8s-ci-robot
parent a455ab74b2
commit c4ecb042fb
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ keywords:
- reproducibility
- distributed
- processing
version: 0.1.0
version: 0.1.1
appVersion: 1.6.6
home: "https://pachyderm.io"
sources:
+6 -2
View File
@@ -10,6 +10,10 @@ $ brew tap pachyderm/tap && brew install pachyderm/tap/pachctl@1.6
To check that installation was successful, you can try running pachctl help, which should return a list of Pachyderm commands.
If you install the client on your master node, you should already be able to interact with the service. Also, if you have your kubernetes client properly configured to talk with your remote cluster, you can simply install `pachctl` on your local machine and execute: `pachctl -k -n={{ .Release.Namespace }} port-forward &`.
If you install the client on your master node, you should already be able to interact with the service. Also, if you have your kubernetes client properly configured to talk with your remote cluster, you can simply install pachctl on your local machine and execute:
To check if port forwarding was successfully completed, try `pachctl version` to make sure everything is working.
$ pachctl -k '-n={{ .Release.Namespace }}' port-forward & .
To check if port forwarding was successfully completed, try:
$ pachctl version