-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
[Federation] Expose autoscaling apis through federation api server #38976
[Federation] Expose autoscaling apis through federation api server #38976
Conversation
Hi @irfanurrehman. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
7e9a04d
to
3097905
Compare
3097905
to
ac83644
Compare
ac83644
to
d110abb
Compare
@k8s-bot ok to test |
@mwielgus can you take this one? |
d110abb
to
d88d504
Compare
Jenkins verification failed for commit d88d5042879e70047f2096c3b23fc645b97e9a6e. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
Jenkins GCI GKE smoke e2e failed for commit d88d5042879e70047f2096c3b23fc645b97e9a6e. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
Jenkins GKE smoke e2e failed for commit d88d5042879e70047f2096c3b23fc645b97e9a6e. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
@irfanurrehman - the code is mostly auto-generated, right? If yes then please do the rebase and get the tests green and I will LGTM it. |
@mwielgus , yes you are right this one is mostly generated code. |
d88d504
to
d923c10
Compare
Jenkins unit/integration failed for commit d923c10cfe4618dfbec028506b653cbc50bb50a9. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
@k8s-bot test this |
d923c10
to
4045de9
Compare
Jenkins GCE etcd3 e2e failed for commit 4045de96d07504a2c341f64e50415685eba550bb. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
Jenkins GCI GCE e2e failed for commit 4045de96d07504a2c341f64e50415685eba550bb. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
@k8s-bot gce etcd3 e2e test this |
@k8s-bot gci gce e2e test this |
Jenkins CRI GCE Node e2e failed for commit 4045de96d07504a2c341f64e50415685eba550bb. Full PR test history. cc @irfanurrehman The magic incantation to run this job again is 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. I understand the commands that are listed here. |
@k8s-bot cri node e2e test this |
@mwielgus all tests pass as of now. Some tests seem flake to me, failures vanish if I rerun them (but not sure how to address them). |
4045de9
to
b41ae3f
Compare
@mwielgus PTAL!, I have rebased it couple of times already. |
LGTM |
@mwielgus, I think you need to close the review also, to get this automatically merged. |
No, you are in the merge queue but at position +10. So it will take a while. |
Automatic merge from submit-queue |
This PR implements first part of federated pod autoscaler.
The issue to handle the whole feature is #38974
cc @kubernetes/sig-cluster-federation
@shashidharatd @kshafiee @deepak-vij
Release note: