Skip to content
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

[IR] Add deployment spec to IR spec. #4881

Merged
merged 2 commits into from
Dec 9, 2020

Conversation

numerology
Copy link

Description of your changes:

Add deployment_spec field which is a structure-typed field, and mark the old deployment_config field as deprecated in favor of the new field.

The problem with Any-typed field is that when multiple copies of the Python proto libraries are imported to the same Python environment, there will be a conflict because they share the namespace. And this is inevitable because in Any field we'll need the type url which encodes the proto package name.

Checklist:

@numerology
Copy link
Author

/assign @chensun
/assign @neuromage

@chensun
Copy link
Member

chensun commented Dec 9, 2020

/lgtm
/approve

@neuromage
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chensun, neuromage, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit ee85ed5 into kubeflow:master Dec 9, 2020
@numerology numerology deleted the add-deployment-spec branch December 9, 2020 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants