Skip to content

Commit cf2d7e8

Browse files
code review changes
1 parent 8058b78 commit cf2d7e8

File tree

10 files changed

+12
-4
lines changed

10 files changed

+12
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ The node_pools variable takes the following parameters:
347347
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
348348
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
349349
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
350+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
350351
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
351352
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
352353
| effect | Effect for the taint | | Required |

autogen/main/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ The node_pools variable takes the following parameters:
214214
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
215215
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
216216
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
217+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
217218
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
218219
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
219220
| effect | Effect for the taint | | Required |

examples/confidential_gpu_public/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ module "gke" {
9898

9999
module "kubectl" {
100100
source = "terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
101-
version = "~> 3.0"
101+
version = "~> 4.0"
102102

103103
project_id = var.project_id
104104
cluster_name = module.gke.name
105105
cluster_location = module.gke.location
106106
module_depends_on = [module.gke.endpoint]
107-
kubectl_create_command = "kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/refs/heads/master/nvidia-driver-installer/cos/daemonset-confidential.yaml"
108-
kubectl_destroy_command = "kubectl delete -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/refs/heads/master/nvidia-driver-installer/cos/daemonset-confidential.yaml"
107+
kubectl_create_command = "kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/5619568e366f5ea5de4431bbe8e68934c5f582da/nvidia-driver-installer/cos/daemonset-confidential.yaml"
108+
kubectl_destroy_command = "kubectl delete -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/5619568e366f5ea5de4431bbe8e68934c5f582da/nvidia-driver-installer/cos/daemonset-confidential.yaml"
109109
skip_download = true
110110
}

examples/confidential_gpu_public/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "gcp-network" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 11.0"
19+
version = "~> 12.0"
2020

2121
project_id = var.project_id
2222
network_name = local.network_name

modules/beta-private-cluster-update-variant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ The node_pools variable takes the following parameters:
400400
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
401401
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
402402
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
403+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
403404
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
404405
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
405406
| effect | Effect for the taint | | Required |

modules/beta-private-cluster/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ The node_pools variable takes the following parameters:
378378
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
379379
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
380380
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
381+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
381382
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
382383
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
383384
| effect | Effect for the taint | | Required |

modules/beta-public-cluster-update-variant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ The node_pools variable takes the following parameters:
386386
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
387387
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
388388
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
389+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
389390
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
390391
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
391392
| effect | Effect for the taint | | Required |

modules/beta-public-cluster/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ The node_pools variable takes the following parameters:
364364
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
365365
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
366366
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
367+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
367368
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
368369
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
369370
| effect | Effect for the taint | | Required |

modules/private-cluster-update-variant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ The node_pools variable takes the following parameters:
383383
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
384384
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
385385
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
386+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
386387
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
387388
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
388389
| effect | Effect for the taint | | Required |

modules/private-cluster/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ The node_pools variable takes the following parameters:
361361
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
362362
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
363363
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
364+
| confidential_instance_type | Defines the type of technology used by the confidential node. | null | Optional |
364365
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
365366
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
366367
| effect | Effect for the taint | | Required |

0 commit comments

Comments
 (0)