-
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
Cleanup code - Kaniko pod parameterization #1394
Conversation
fix #1316 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
This is not fixing the parameterized issue, though.
|
The "default" ns should be ok. And the top level user facing function should optionally accept the namespace, since user not always have permission to default namespace in multi-tenant case. |
…ubeflow#1394) * Set ModelSpec memory to required * Added validation webhook * Added validation webhook test * Added validation webhook for trained models * Registered trained model webhook * Updated kubebuilder webhook marker name * Added comments and function validateMemoryNotModified for clarity * refactored variables and constants for clarity on memory spec * Changed variable for consistency: currentTmMemory -> oldTmMemory * Changed apiVersions to v1alpha1 * Added newline * Displayed quantity value as a string * Added trained model validation webhook * Update logger and error message * Changed test to follow Table-Drive-Development
…beflow#1394. (kubeflow#1395) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
…beflow#1394. (kubeflow#1395) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
…beflow#1394. (kubeflow#1395) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
/assign @gaoning777 @Ark-kun
This change is