-
Notifications
You must be signed in to change notification settings - Fork 894
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
added support for registration flow env variable #1335
Conversation
Hi @maganaluis. 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. |
@lalithvaka This PR should address 4889, the documentation should also be pretty straight forward. |
/ok-to-test |
/assign |
@krishnadurai one of the tests failed, is there documentation to run them locally? |
According to this link it seems that you would have to generate tests by running Run |
It is documented here: https://github.com/kubeflow/manifests/blob/master/tests/README.md |
adding expected test changes
/retest |
@krishnadurai Thank you for the information, looks like the tests passed, the bot now seems to be waiting for the approval label. |
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.
/lgtm
@jlewi can you please approve? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi 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 |
If you want this to be in 1.1 you will need to cherry pick it onto the 1.1 branch. |
@maganaluis , it appears that you may need to update the image tag to get this pick up your latest changes from kubeflow code |
@lalithvaka actually because of the switch to kustomize v3 to build the Kubeflow manifests, setting this env variable will vary between platforms. I verified the change is in the 1.1 image v1.1.0-g35d7484a |
@maganaluis , does that mean you do not have to explicitly update the image tag in your PR? And we can move forward with the cherry pick pull that I submitted? |
@lalithvaka Yes the cherry pick can be merged, but configuring the env variable is up to the platform owner. See the new pattern here https://github.com/kubeflow/manifests/tree/master/stacks |
…upstream-v1.1-branch
…flow#1335-upstream-v1.1-branch" This reverts commit cfe177f.
…nv variable Cherry pick of #1335 on v1.1-branch. #1335: added support for registration flow env variable (#1370) * added support for registration flow env variable adding expected test changes * Revert "Merge branch 'v1.1-branch' into automated-cherry-pick-of-#1335-upstream-v1.1-branch" This reverts commit cfe177f. Co-authored-by: Luis <maganaluis92@gmail.com>
tried to change value from true to false in common/centraldashboard/base/params.env, but there is no change on KF.
Need help please, what I am doing wrong ? |
@ifs-pauljegouic Feel free to post your issue on Slack, or ping me there. Check that you have the 1.1 version of the central dashboard image, as well as the registration-flow env variable on the Deployment set to "false". |
Which issue is resolved by this Pull Request:
Resolves # kubeflow/kubeflow#4889
Description of your changes:
This addresses the support needed to disable the registration flow on issue 4889.
I modified the deployment patch, base kustomization and params.env for /common/centraldashboard to add another environment variable called REGISTRATION_FLOW which by default is set to "true". If the user wants to disable the registration flow they have to modify the definitions for the central-dashboard, add the registration-flow variable and set it to "false".
Checklist:
cd manifests/tests
make generate-changed-only
make test