-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Component] Add quota check in diagnose me component. #3062
[Component] Add quota check in diagnose me component. #3062
Conversation
/assign @SinaChavoshi |
@SinaChavoshi The functional change happens hefore line 96 in component.py |
/retest |
/test kubeflow-pipeline-postsubmit-mkp-component-test |
…dd-quota-diagnostic
Nice work! Apart from the comment on getconfig error looks good. |
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
Thanks! @SinaChavoshi |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: numerology 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 |
* staging * add quota check * lint * refactor and update component.yaml * address comments
This change adds quota check to diagnose me component.
An optional input of a list of quota entries is expected. Then, the component compare what's available with this input to see if there is any shortage.
This change is