Skip to content

Commit 90b1885

Browse files
committed
fix: use suitable tke gpu os
1 parent 6833281 commit 90b1885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_kubernetes_node_pool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ resource "tencentcloud_kubernetes_node_pool" "np_test" {
467467
retry_policy = "INCREMENTAL_INTERVALS"
468468
desired_capacity = 1
469469
enable_auto_scale = false
470-
node_os = "ubuntu20.04x86_64"
470+
node_os = "tlinux3.1x86_64"
471471
scaling_group_project_id = var.default_project
472472
delete_keep_instance = false
473473
scaling_group_name = "asg_np_test_changed"

0 commit comments

Comments
 (0)