paritytech / scripts

Collection of Dockerfiles, scripts and related resources
Apache License 2.0
41 stars 39 forks source link

Bump kubectl to 1.24 #483

Closed bakhtin closed 1 year ago

bakhtin commented 1 year ago

Signed-off-by: bakhtin a@bakhtin.net

Bump kubectl to 1.24 as it has some new features. I personally require this to work: kubectl wait --for=jsonpath='{.status.replicas}'=0 --timeout=-1s sts/$STS_NAME which is not available in 1.22.

1.24 kubectl should be compatible with both 1.22 and 1.23 versions of the server though we'll preserve 1.22 remote tag.