-
Notifications
You must be signed in to change notification settings - Fork 40k
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
HPA in GA step 2 #21577
Comments
I'd like to see the group, version, resource reference in |
@deads2k could you please elaborate? I'm not sure whether I understand your comment. |
Take this code as a for instance: https://github.com/kubernetes/kubernetes/blob/master/pkg/client/typed/generated/extensions/unversioned/scale_expansion.go#L37 . It's not actually mapping from a You've also not explicitly called out the need to respect the On top of those items, the variants of |
@kubernetes/rh-cluster-infra @liggitt anything big still missing from the list? |
Did we ever resolve the UX question around users not being able to see the current target in |
Automatic merge from submit-queue Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling ref #21577 @lavalamp could you please review or delegate to someone from CSI team? @janetkuo could you please take a look into the kubelet changes? cc @fgrzadkowski @jszczepkowski @mwielgus @kubernetes/autoscaling
@piosz what is the status of this issue? |
@piosz has previously indicated that everything needed for 1.3 here is already done, so I'm going to remove the 1.3 milestone. If the entire issue is finished, then he can close it. |
Re-adding milestone. The status is:
|
Yeah, you give notice in release notes that it's deprecated as of now, and On Fri, Jun 3, 2016 at 4:54 AM, Piotr Szczesniak notifications@github.com
|
@lavalamp thanks for clarification. I added release note to #25279. The inital plan was to:
So I'm planning to remove HPA in extensions/v1beta1 in 1.4 |
That sounds fine. People will need to run the upgrade object script before On Tue, Jun 7, 2016 at 7:06 AM, Piotr Szczesniak notifications@github.com
|
Automatic merge from submit-queue Added hpa/v1 generator to kubectl autoscale ref #21577 ```release-note New default horizontalpodautoscaler/v1 generator for kubectl autoscale. Use autoscaling/v1 in kubectl by default. ``` [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
They just need to run it, it should automatically do everything right. On Sat, Jun 11, 2016 at 11:21 AM, Piotr Szczesniak <notifications@github.com
|
…ning UPSTREAM: <carry>: log a warning with verbose output if healthz fails Origin-commit: e52d1c9a06f750087d2c413f4c8e55365f8382cf
Should be done for 1.3
Follow up #18528
The text was updated successfully, but these errors were encountered: