-
Notifications
You must be signed in to change notification settings - Fork 3.3k
create_namespaced_horizontal_ pod_autoscaler
throws ValueError: Invalid value for conditions
, must not be None
#1098
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
Comments
/assign |
There is a similar issue with creating CRDs. For CRDs, the workaround is to use the
You could craft a similar monkey patch for |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale Getting the issue with current version running on k8s 1.16 on eks. Any status on the fix? |
This issue can also be skipped by catching the
fwiw, I'm also see this on k8s 1.17 on EKS with a HorizontalPodAutoscaler on autoscaling/v2beta2 (deployed from a YAML file via |
Related: #1022 |
Aand, here's another potential workaround method: #553 (comment) |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Still facing the issue using kubernetes-12.0.1 and kubernetes v 1.17, any updates? |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: 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. |
code to reproduce -
This returns the exception i posted above, though it create the hpa. status is optional in V2beta2HorizontalPodAutoscaler, why does this exception occur and what is the work around for this?
The text was updated successfully, but these errors were encountered: