Skip to content

Commit fbf0023

Browse files
committed
Updated --k8s-version in LKE test
Currently, this test is failing with an "k8s_version,k8s_version is not valid". Sure enough, it looks like 1.19 was retired recently. This change updates the tests to use 1.21, the most recent version. In the future they may even need to get this value dynamically.
1 parent 8cefa51 commit fbf0023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lke/clusters.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ teardown() {
2727
--node_pools.type g6-standard-1 \
2828
--node_pools.count 1 \
2929
--node_pools.disks '[{"type":"ext4","size":1024}]' \
30-
--k8s_version 1.19 \
30+
--k8s_version 1.21 \
3131
--text \
3232
--delimiter "," \
3333
--no-headers \

0 commit comments

Comments
 (0)