-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(deployment): the viewer controller does not work because of missing permissions #6892
Conversation
Hi @juliusvonkohout. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
manifests/kustomize/base/installs/multi-user/viewer-controller/cluster-role.yaml
Outdated
Show resolved
Hide resolved
/lgtm |
/approve Thank you so much! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zijianjoy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ng permissions (kubeflow#6892) * Update cluster-role.yaml * Update cluster-role.yaml
Description of your changes:
Because of
pipelines/backend/src/crd/controller/viewer/reconciler/reconciler.go
Line 114 in b7fd47f
otherwise you will get errors similar to
@Bobgy my image works with tensorboard 2.7 not only 2.3. If you use a standalone Tensorboard it does use its own s3 implementation via boto3 and you do not need workarounds for tensorflow s3 support with tensowflow-io imports.
Checklist: