question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'>' not supported between instances of 'NoneType' and 'int'

See original GitHub issue
2020-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:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jaimehrubikscommented, Jan 18, 2021

Works now 👍

0reactions
crhubercommented, Jan 18, 2021

@bcha @jaimehrubiks #71 is merged now , closing as it should fix that. Will re-open if problem persists

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found