-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add service account name to dashboard if RBAC. #298
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
@@ -21,11 +21,14 @@ spec: | |||
labels: | |||
name: tf-job-dashboard | |||
spec: | |||
{{- if .Values.rbac.install }} | |||
serviceAccountName: tf-job-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/tf-job-operator/tf-job-dashboard ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I will edit the chart to also create this separate service account for the dashboard and associated RBAC.
* Some lint checks have crept in due to kubeflow#274 * Fix kubeflow#298 (py lint issues) * Need to exclude some of the dependencies used by the frontend.
Working on the corporate CLA; hopefully approved soon. |
CLAs look good, thanks! |
fd6ad00
to
f1259d8
Compare
@ScorpioCPH updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ConnorDoyle Thanks for your PR, LGTM :)
* Some lint checks have crept in due to #274 * Fix #298 (py lint issues) * Need to exclude some of the dependencies used by the frontend. * Fix util.run so that the output of commands prints out in airflow We need to redirect subprocess to a file and then read the file; nothing else seems to work. * Delete the test e2e_tests_dag_test.py; this was failing because of the way we import util and try to mock it out. Not worth fixing since we plan on getting rid of Airflow.
My mistake thanks; |
@ConnorDoyle Can you sync please so we can get test results with the latest changes? I suspect this is still blocked by #293. |
@ConnorDoyle Head is now fixed, can you sync and update the PR so we can get latest test results? |
f1259d8
to
b382c4c
Compare
Rebased |
/test all |
Only 7 of the tests ran because setup cluster failed. I think this is unrelated to our PRs and has to do with an issue in our test-infra. |
/test all |
Not sure what's going on with travis; doesn't look like one of the travis builds ran. Since our presubmit job ran successfully I'm going to merge this. |
This change is