Closed dkam closed 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 │ └───────┴─────────────────────────┘
Thanks for the report! This is fixed in #256 - I'll update this ticket again when that is merged and released.
Trying to increase my pool size from 3 -> 4 fails :