-
Notifications
You must be signed in to change notification settings - Fork 407
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
[feature request]NodePool Governance Capability
: Add component pool-coordinator
#777
Comments
/assign donychen1134 |
"You can try to build an etcd with data stored in memory in the following ways: https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/main/virtualcluster/doc/demo.md"
|
@donychen1134 yes, use emptyDir volume for etcd data. |
progress update:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/label pinned |
NodePool Governance Capability
: Add component pool-spirit
NodePool Governance Capability
: Add component pool-coordinator
/close |
@donychen1134: You can't close an active issue/PR unless you authored it or you are a collaborator. In response to this:
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. |
/close |
@rambohe-ch: Closing this issue. In response to this:
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. |
What would you like to be added:
pool-coordinator uses apiserver and etcd in a pod mode, and etcd needs to use memory storage. Its life cycle is controlled by YurtAppDaemon, and helm charts of
pool-coordinator
will be prepared . So the following work needs to be done:Before implementation, the following tests are required:
You can try to build an etcd with data stored in memory in the following ways: https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/main/virtualcluster/doc/demo.md
If there is a problem with the test, please comment and discuss. If there is no problem with the test, in order to implement pool-coordinator, the following work needs to be done:
Notes: For details, please refer to the proposal: #772
Why is this needed:
As mentioned in the proposal(#772), pool-coordinator provides operation and maintenance functions and autonomous functions for NodePool. It is the core component.
others
/kind feature
The text was updated successfully, but these errors were encountered: