-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add OCI instance-pool based cloud provider #4349
Add OCI instance-pool based cloud provider #4349
Conversation
Welcome @jlamillan! |
FYI @ericrrath |
0e42e5f
to
4f57da9
Compare
4f57da9
to
5d3639d
Compare
5d3639d
to
8224d3e
Compare
8224d3e
to
070314a
Compare
070314a
to
e383e26
Compare
e383e26
to
4e006f3
Compare
/assign @aleksandra-malinowska |
281ca46
to
1029620
Compare
70aeeac
to
005ef95
Compare
005ef95
to
f30133c
Compare
f30133c
to
1126344
Compare
1126344
to
b2b797b
Compare
b2b797b
to
9789b67
Compare
Hey, any plans to merge this soon? :) @jlamillan |
9789b67
to
103eb83
Compare
103eb83
to
2359564
Compare
We don't accept any new dependencies for new cloud providers. Please put all required dependencies into you cloud provider directory. |
Moreover, inside OWNERS, please comment out people who are not in K8S organization. So that we pass globally imposed validation and know who to contact for reviews. |
@mwielgus, all files and the OCI SDK are already stored in |
2359564
to
65ebd8d
Compare
commented out. |
@jlamillan hey, is it possible to use "nodepool" instead of "instancepool"? |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlamillan, mwielgus 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 |
@jlamillan Congrats :) |
@EladGabay checkout OKE nodepool autoscaler here: |
@jlamillan thanks, I already use that version. I'm looking for its source code so I'll able to add some modification to my use case. Any chance to get it? |
I believe that team has plans to release it at some point, but it is not available yet. |
Hello Community,
This pull-request adds support for a node autoscaler for Oracle Cloud Infrastructure (OCI) that uses Instance Pools
combined with Instance Configurations.
It's currently being used internally as well as by a couple of early access customers who are using it in combination with Rancher/RKE. We'd like to subset it here for broader community use.
It has the basic support you would expect - automatically adjusting the number of instances in the configured instance pool(s) based on Kubernetes resource, affinity, requirements, etc.
We're here if you have any questions!