-
Notifications
You must be signed in to change notification settings - Fork 33
Adds scaling annotations to machineset #133
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
Adds scaling annotations to machineset #133
Conversation
4845ecc to
59ff428
Compare
|
@adduarte: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
59ff428 to
a4e8b04
Compare
7428861 to
a7c831d
Compare
|
/approved |
dbbb61f to
51a765d
Compare
|
/approved |
EmilienM
left a comment
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.
Some nits but otherwise it looks good to me; however I don't feel confident enough yet to approve it, there are a lot if internals that I need to learn before.
|
I think it would be very valuable to add a unit test for the cache.go library. Especially because it is async The unit tests dont need to be too crazy, we just want to test:
|
51a765d to
ba9570f
Compare
ba9570f to
e53630e
Compare
90d00a9 to
247de3b
Compare
Adds mchineset controller. The controller adds the cpuKey and memoryKey annotataions. The annotations are required for autoscaling
247de3b to
eda781a
Compare
|
/test e2e-openstack |
|
/lgtm |
|
/lgtm (just making it explicit :) ) |
|
@adduarte: you cannot LGTM your own PR. DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adduarte The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-openstack |
Previously I forgot to add the cloud.conf to nodes. To rectify this mistake, I made the following changes: * Write the cloud.conf on the nodes. * Write a kubeadm join configuration. * Make kubeadm join using this configuration.
Adds mchineset controller.
The controller adds the diskKey, cpuKey, and memoryKey annotataions.
The annotations are required for autoscaling