'>' not supported between instances of 'NoneType' and 'int'
See original GitHub issue2020-12-15 11:57:58,155 INFO Setting the scale of ASG xx-yy-zz based on 3 outdated instances.
2020-12-15 11:57:58,155 INFO Modifying asg xx-yy-zz autoscaling to resume ...
2020-12-15 11:57:58,425 INFO No previous capacity value tags set on ASG; setting tags.
2020-12-15 11:57:58,425 INFO Saving tag to asg key: eks-rolling-update:original_capacity, value : 3...
2020-12-15 11:57:58,687 INFO Saving tag to asg key: eks-rolling-update:desired_capacity, value : 6...
2020-12-15 11:57:58,960 INFO Saving tag to asg key: eks-rolling-update:original_max_capacity, value : 10...
2020-12-15 11:57:59,243 INFO Describing autoscaling groups...
2020-12-15 11:57:59,871 INFO Current asg instance count in cluster is: 6. K8s node count should match this number
2020-12-15 11:57:59,871 ERROR '>' not supported between instances of 'NoneType' and 'int'
2020-12-15 11:57:59,872 ERROR *** Rolling update of ASG has failed. Exiting ***
2020-12-15 11:57:59,872 ERROR AWS Auto Scaling Group processes will need resuming manually
2020-12-15 11:57:59,872 ERROR Kubernetes Cluster Autoscaler will need resuming manually
ran into this couple of times today while running eks_rolling_update.py -c <cluster>
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
'>' not supported between instances of 'NoneType' and float
The Python "TypeError: '>' not supported between instances of 'NoneType' and 'float'" occurs when we use a comparison operator between a None value...
Read more >TypeError: '<' not supported between instances of 'NoneType ...
And you will notice when the function is called. The problem is that validinput() does not return anything. You'd have to return vPopSize....
Read more >TypeError: '>' not supported between instances of 'NoneType ...
I am trying to disable button when Click untill to finish a process then enable again like the below process: user press button...
Read more >'>' not supported between instances of 'NoneType' and 'int'
1. print() function returns None, so if initial guess is incorrect, in the body of while loop you assign None to num.
Read more >'' not supported between instances of 'NoneType' and 'float ...
Pandas : TypeError: '' not supported between instances of ' NoneType ' and 'float' [ Beautify Your Computer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works now 👍
@bcha @jaimehrubiks #71 is merged now , closing as it should fix that. Will re-open if problem persists