linode / linode-cli

The official Linode command line interface.
https://linode.com
BSD 3-Clause "New" or "Revised" License
377 stars 136 forks source link

Updating LKE Pool size fails #255

Closed dkam closed 3 years ago

dkam commented 3 years ago

Trying to increase my pool size from 3 -> 4 fails :

➜  tbdb python3 --version
Python 3.9.6
➜  tbdb which python                    
/usr/local/bin/python
➜  tbdb linode-cli --version                            
linode-cli 5.5.3
Built off spec version 4.100.1
➜  tbdb linode-cli lke pool-update 1234 2345 --count 4
Request failed: 400
┌errors─┬─────────────────────────┐
│ field │ reason                  │
├───────┼─────────────────────────┤
│ count │ Must be of type Integer │
└───────┴─────────────────────────┘
Dorthu commented 3 years ago

Thanks for the report! This is fixed in #256 - I'll update this ticket again when that is merged and released.