-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* TfJob operator needs permissions to create configmaps because we create a configmap for the PS in order to create a std gRPC server. * Change the source repository mentioned in the chart.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: tf-job-operator-chart | ||
home: https://github.com/jlewi/mlkube.io | ||
home: https://github.com/tensorflow/k8s | ||
version: 0.2.0 | ||
appVersion: 0.1.0 | ||
description: K8s Custom Resource and Operator For TensorFlow jobs | ||
sources: | ||
- https://github.com/jlewi/mlkube.io | ||
- https://github.com/tensorflow/k8s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ rules: | |
- apiGroups: | ||
- "" | ||
resources: | ||
- configmaps | ||
- pods | ||
- services | ||
- endpoints | ||
|