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 @@ -532,10 +532,12 @@ locals {
532
532
"disk_type",
533
533
"accelerator_count",
534
534
"accelerator_type",
535
+ "gpu_partition_size",
535
536
"enable_secure_boot",
536
537
"enable_integrity_monitoring",
537
538
"local_ssd_count",
538
539
"machine_type",
540
+ "placement_policy",
539
541
"max_pods_per_node",
540
542
"min_cpu_platform",
541
543
"pod_range",
@@ -545,6 +547,7 @@ locals {
545
547
"enable_gcfs",
546
548
"enable_gvnic",
547
549
"enable_secure_boot",
550
+ "boot_disk_kms_key",
548
551
]
549
552
}
550
553
@@ -561,18 +564,6 @@ resource "random_id" "name" {
561
564
local.force_node_pool_recreation_resources,
562
565
[for keeper in local.force_node_pool_recreation_resources : lookup(each.value, keeper, "")]
563
566
),
564
- {
565
- labels = join(",",
566
- sort(
567
- concat(
568
- keys(local.node_pools_labels["all"]),
569
- values(local.node_pools_labels["all"]),
570
- keys(local.node_pools_labels[each.value["name"]]),
571
- values(local.node_pools_labels[each.value["name"]])
572
- )
573
- )
574
- )
575
- },
576
567
{
577
568
taints = join(",",
578
569
sort(
@@ -606,16 +597,6 @@ resource "random_id" "name" {
606
597
)
607
598
)
608
599
)
609
- },
610
- {
611
- tags = join(",",
612
- sort(
613
- concat(
614
- local.node_pools_tags["all"],
615
- local.node_pools_tags[each.value["name"]]
616
- )
617
- )
618
- )
619
600
}
620
601
)
621
602
}
Original file line number Diff line number Diff line change @@ -455,10 +455,12 @@ locals {
455
455
" disk_type" ,
456
456
" accelerator_count" ,
457
457
" accelerator_type" ,
458
+ " gpu_partition_size" ,
458
459
" enable_secure_boot" ,
459
460
" enable_integrity_monitoring" ,
460
461
" local_ssd_count" ,
461
462
" machine_type" ,
463
+ " placement_policy" ,
462
464
" max_pods_per_node" ,
463
465
" min_cpu_platform" ,
464
466
" pod_range" ,
@@ -468,6 +470,7 @@ locals {
468
470
" enable_gcfs" ,
469
471
" enable_gvnic" ,
470
472
" enable_secure_boot" ,
473
+ " boot_disk_kms_key" ,
471
474
]
472
475
}
473
476
@@ -484,18 +487,6 @@ resource "random_id" "name" {
484
487
local. force_node_pool_recreation_resources ,
485
488
[for keeper in local . force_node_pool_recreation_resources : lookup (each. value , keeper, " " )]
486
489
),
487
- {
488
- labels = join (" ," ,
489
- sort (
490
- concat (
491
- keys (local. node_pools_labels [" all" ]),
492
- values (local. node_pools_labels [" all" ]),
493
- keys (local. node_pools_labels [each . value [" name" ]]),
494
- values (local. node_pools_labels [each . value [" name" ]])
495
- )
496
- )
497
- )
498
- },
499
490
{
500
491
taints = join (" ," ,
501
492
sort (
@@ -529,16 +520,6 @@ resource "random_id" "name" {
529
520
)
530
521
)
531
522
)
532
- },
533
- {
534
- tags = join (" ," ,
535
- sort (
536
- concat (
537
- local. node_pools_tags [" all" ],
538
- local. node_pools_tags [each . value [" name" ]]
539
- )
540
- )
541
- )
542
523
}
543
524
)
544
525
}
Original file line number Diff line number Diff line change @@ -436,10 +436,12 @@ locals {
436
436
" disk_type" ,
437
437
" accelerator_count" ,
438
438
" accelerator_type" ,
439
+ " gpu_partition_size" ,
439
440
" enable_secure_boot" ,
440
441
" enable_integrity_monitoring" ,
441
442
" local_ssd_count" ,
442
443
" machine_type" ,
444
+ " placement_policy" ,
443
445
" max_pods_per_node" ,
444
446
" min_cpu_platform" ,
445
447
" pod_range" ,
@@ -449,6 +451,7 @@ locals {
449
451
" enable_gcfs" ,
450
452
" enable_gvnic" ,
451
453
" enable_secure_boot" ,
454
+ " boot_disk_kms_key" ,
452
455
]
453
456
}
454
457
@@ -465,18 +468,6 @@ resource "random_id" "name" {
465
468
local. force_node_pool_recreation_resources ,
466
469
[for keeper in local . force_node_pool_recreation_resources : lookup (each. value , keeper, " " )]
467
470
),
468
- {
469
- labels = join (" ," ,
470
- sort (
471
- concat (
472
- keys (local. node_pools_labels [" all" ]),
473
- values (local. node_pools_labels [" all" ]),
474
- keys (local. node_pools_labels [each . value [" name" ]]),
475
- values (local. node_pools_labels [each . value [" name" ]])
476
- )
477
- )
478
- )
479
- },
480
471
{
481
472
taints = join (" ," ,
482
473
sort (
@@ -510,16 +501,6 @@ resource "random_id" "name" {
510
501
)
511
502
)
512
503
)
513
- },
514
- {
515
- tags = join (" ," ,
516
- sort (
517
- concat (
518
- local. node_pools_tags [" all" ],
519
- local. node_pools_tags [each . value [" name" ]]
520
- )
521
- )
522
- )
523
504
}
524
505
)
525
506
}
Original file line number Diff line number Diff line change @@ -386,10 +386,12 @@ locals {
386
386
" disk_type" ,
387
387
" accelerator_count" ,
388
388
" accelerator_type" ,
389
+ " gpu_partition_size" ,
389
390
" enable_secure_boot" ,
390
391
" enable_integrity_monitoring" ,
391
392
" local_ssd_count" ,
392
393
" machine_type" ,
394
+ " placement_policy" ,
393
395
" max_pods_per_node" ,
394
396
" min_cpu_platform" ,
395
397
" pod_range" ,
@@ -399,6 +401,7 @@ locals {
399
401
" enable_gcfs" ,
400
402
" enable_gvnic" ,
401
403
" enable_secure_boot" ,
404
+ " boot_disk_kms_key" ,
402
405
]
403
406
}
404
407
@@ -415,18 +418,6 @@ resource "random_id" "name" {
415
418
local. force_node_pool_recreation_resources ,
416
419
[for keeper in local . force_node_pool_recreation_resources : lookup (each. value , keeper, " " )]
417
420
),
418
- {
419
- labels = join (" ," ,
420
- sort (
421
- concat (
422
- keys (local. node_pools_labels [" all" ]),
423
- values (local. node_pools_labels [" all" ]),
424
- keys (local. node_pools_labels [each . value [" name" ]]),
425
- values (local. node_pools_labels [each . value [" name" ]])
426
- )
427
- )
428
- )
429
- },
430
421
{
431
422
taints = join (" ," ,
432
423
sort (
@@ -460,16 +451,6 @@ resource "random_id" "name" {
460
451
)
461
452
)
462
453
)
463
- },
464
- {
465
- tags = join (" ," ,
466
- sort (
467
- concat (
468
- local. node_pools_tags [" all" ],
469
- local. node_pools_tags [each . value [" name" ]]
470
- )
471
- )
472
- )
473
454
}
474
455
)
475
456
}
You can’t perform that action at this time.
0 commit comments