File tree Expand file tree Collapse file tree 4 files changed +12
-88
lines changed
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 4 files changed +12
-88
lines changed Original file line number Diff line number Diff line change @@ -569,10 +569,12 @@ locals {
569
569
"disk_type",
570
570
"accelerator_count",
571
571
"accelerator_type",
572
+ "gpu_partition_size",
572
573
"enable_secure_boot",
573
574
"enable_integrity_monitoring",
574
575
"local_ssd_count",
575
576
"machine_type",
577
+ "placement_policy",
576
578
"max_pods_per_node",
577
579
"min_cpu_platform",
578
580
"pod_range",
@@ -582,6 +584,7 @@ locals {
582
584
"enable_gcfs",
583
585
"enable_gvnic",
584
586
"enable_secure_boot",
587
+ "boot_disk_kms_key",
585
588
]
586
589
}
587
590
@@ -598,18 +601,6 @@ resource "random_id" "name" {
598
601
local.force_node_pool_recreation_resources,
599
602
[for keeper in local.force_node_pool_recreation_resources : lookup(each.value, keeper, "")]
600
603
),
601
- {
602
- labels = join(",",
603
- sort(
604
- concat(
605
- keys(local.node_pools_labels["all"]),
606
- values(local.node_pools_labels["all"]),
607
- keys(local.node_pools_labels[each.value["name"]]),
608
- values(local.node_pools_labels[each.value["name"]])
609
- )
610
- )
611
- )
612
- },
613
604
{
614
605
taints = join(",",
615
606
sort(
@@ -643,16 +634,6 @@ resource "random_id" "name" {
643
634
)
644
635
)
645
636
)
646
- },
647
- {
648
- tags = join(",",
649
- sort(
650
- concat(
651
- local.node_pools_tags["all"],
652
- local.node_pools_tags[each.value["name"]]
653
- )
654
- )
655
- )
656
637
}
657
638
)
658
639
}
Original file line number Diff line number Diff line change @@ -484,10 +484,12 @@ locals {
484
484
" disk_type" ,
485
485
" accelerator_count" ,
486
486
" accelerator_type" ,
487
+ " gpu_partition_size" ,
487
488
" enable_secure_boot" ,
488
489
" enable_integrity_monitoring" ,
489
490
" local_ssd_count" ,
490
491
" machine_type" ,
492
+ " placement_policy" ,
491
493
" max_pods_per_node" ,
492
494
" min_cpu_platform" ,
493
495
" pod_range" ,
@@ -497,6 +499,7 @@ locals {
497
499
" enable_gcfs" ,
498
500
" enable_gvnic" ,
499
501
" enable_secure_boot" ,
502
+ " boot_disk_kms_key" ,
500
503
]
501
504
}
502
505
@@ -513,18 +516,6 @@ resource "random_id" "name" {
513
516
local. force_node_pool_recreation_resources ,
514
517
[for keeper in local . force_node_pool_recreation_resources : lookup (each. value , keeper, " " )]
515
518
),
516
- {
517
- labels = join (" ," ,
518
- sort (
519
- concat (
520
- keys (local. node_pools_labels [" all" ]),
521
- values (local. node_pools_labels [" all" ]),
522
- keys (local. node_pools_labels [each . value [" name" ]]),
523
- values (local. node_pools_labels [each . value [" name" ]])
524
- )
525
- )
526
- )
527
- },
528
519
{
529
520
taints = join (" ," ,
530
521
sort (
@@ -558,16 +549,6 @@ resource "random_id" "name" {
558
549
)
559
550
)
560
551
)
561
- },
562
- {
563
- tags = join (" ," ,
564
- sort (
565
- concat (
566
- local. node_pools_tags [" all" ],
567
- local. node_pools_tags [each . value [" name" ]]
568
- )
569
- )
570
- )
571
552
}
572
553
)
573
554
}
Original file line number Diff line number Diff line change @@ -465,10 +465,12 @@ locals {
465
465
" disk_type" ,
466
466
" accelerator_count" ,
467
467
" accelerator_type" ,
468
+ " gpu_partition_size" ,
468
469
" enable_secure_boot" ,
469
470
" enable_integrity_monitoring" ,
470
471
" local_ssd_count" ,
471
472
" machine_type" ,
473
+ " placement_policy" ,
472
474
" max_pods_per_node" ,
473
475
" min_cpu_platform" ,
474
476
" pod_range" ,
@@ -478,6 +480,7 @@ locals {
478
480
" enable_gcfs" ,
479
481
" enable_gvnic" ,
480
482
" enable_secure_boot" ,
483
+ " boot_disk_kms_key" ,
481
484
]
482
485
}
483
486
@@ -494,18 +497,6 @@ resource "random_id" "name" {
494
497
local. force_node_pool_recreation_resources ,
495
498
[for keeper in local . force_node_pool_recreation_resources : lookup (each. value , keeper, " " )]
496
499
),
497
- {
498
- labels = join (" ," ,
499
- sort (
500
- concat (
501
- keys (local. node_pools_labels [" all" ]),
502
- values (local. node_pools_labels [" all" ]),
503
- keys (local. node_pools_labels [each . value [" name" ]]),
504
- values (local. node_pools_labels [each . value [" name" ]])
505
- )
506
- )
507
- )
508
- },
509
500
{
510
501
taints = join (" ," ,
511
502
sort (
@@ -539,16 +530,6 @@ resource "random_id" "name" {
539
530
)
540
531
)
541
532
)
542
- },
543
- {
544
- tags = join (" ," ,
545
- sort (
546
- concat (
547
- local. node_pools_tags [" all" ],
548
- local. node_pools_tags [each . value [" name" ]]
549
- )
550
- )
551
- )
552
533
}
553
534
)
554
535
}
Original file line number Diff line number Diff line change @@ -411,10 +411,12 @@ locals {
411
411
" disk_type" ,
412
412
" accelerator_count" ,
413
413
" accelerator_type" ,
414
+ " gpu_partition_size" ,
414
415
" enable_secure_boot" ,
415
416
" enable_integrity_monitoring" ,
416
417
" local_ssd_count" ,
417
418
" machine_type" ,
419
+ " placement_policy" ,
418
420
" max_pods_per_node" ,
419
421
" min_cpu_platform" ,
420
422
" pod_range" ,
@@ -424,6 +426,7 @@ locals {
424
426
" enable_gcfs" ,
425
427
" enable_gvnic" ,
426
428
" enable_secure_boot" ,
429
+ " boot_disk_kms_key" ,
427
430
]
428
431
}
429
432
@@ -440,18 +443,6 @@ resource "random_id" "name" {
440
443
local. force_node_pool_recreation_resources ,
441
444
[for keeper in local . force_node_pool_recreation_resources : lookup (each. value , keeper, " " )]
442
445
),
443
- {
444
- labels = join (" ," ,
445
- sort (
446
- concat (
447
- keys (local. node_pools_labels [" all" ]),
448
- values (local. node_pools_labels [" all" ]),
449
- keys (local. node_pools_labels [each . value [" name" ]]),
450
- values (local. node_pools_labels [each . value [" name" ]])
451
- )
452
- )
453
- )
454
- },
455
446
{
456
447
taints = join (" ," ,
457
448
sort (
@@ -485,16 +476,6 @@ resource "random_id" "name" {
485
476
)
486
477
)
487
478
)
488
- },
489
- {
490
- tags = join (" ," ,
491
- sort (
492
- concat (
493
- local. node_pools_tags [" all" ],
494
- local. node_pools_tags [each . value [" name" ]]
495
- )
496
- )
497
- )
498
479
}
499
480
)
500
481
}
You can’t perform that action at this time.
0 commit comments