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

support move pod on one node to other nodes with same ip #40

Open
martinyunify opened this issue Feb 5, 2018 · 2 comments
Open

support move pod on one node to other nodes with same ip #40

martinyunify opened this issue Feb 5, 2018 · 2 comments
Assignees
Labels
kind/design Categorizes issue or PR as related to design. kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@martinyunify
Copy link
Contributor

No description provided.

@magicsong
Copy link

magicsong commented Nov 12, 2019

For short, just mv the nic to the nodes before pods scheduling
In detail, we have to do some more dirty work:

  1. binding the pod with nic and make sure no other pods will use this nic (not hard to do)🔔
  2. loose the relationship of vxnet and node (right now, a vxnet is owned by one node so the pods in the same node are in the same cidr ). 🔔🔔🔔
  3. hostnic daemon should be informed if the pod with specify ip will schedule to its node (🔔🔔🔔🔔)

/kind feature
/kind design

@ks-ci-bot ks-ci-bot added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 12, 2019
@magicsong magicsong added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/feature Categorizes issue or PR as related to a new feature. and removed kind/feature Categorizes issue or PR as related to a new feature. labels Nov 12, 2019
@magicsong
Copy link

/assign

@magicsong magicsong changed the title add scheduler extension to move pod to other pod support move pod to other pod Nov 12, 2019
@magicsong magicsong changed the title support move pod to other pod support move pod on one node to other nodes with same ip Nov 12, 2019
@ks-ci-bot ks-ci-bot added the kind/design Categorizes issue or PR as related to design. label Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/design Categorizes issue or PR as related to design. kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

3 participants