mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
a455ab74b2
commit
c4ecb042fb
@@ -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:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user