Skip to content

Commit

Permalink
Add documentation on confidential nodes configuration for node pools (#…
Browse files Browse the repository at this point in the history
…8791) (#6178)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 30, 2023
1 parent f8dc14d commit f13fd5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/8791.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 2 additions & 1 deletion website/docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,8 @@ notification_config {

<a name="nested_confidential_nodes"></a> The `confidential_nodes` block supports:

* `enabled` (Required) - Enable Confidential Nodes for this cluster.
* `enabled` (Required) - Enable Confidential GKE Nodes for this cluster, to
enforce encryption of data in-use.

<a name="nested_pod_security_policy_config"></a>The `pod_security_policy_config` block supports:

Expand Down
7 changes: 7 additions & 0 deletions website/docs/r/container_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ resource "google_container_cluster" "primary" {
* `autoscaling` - (Optional) Configuration required by cluster autoscaler to adjust
the size of the node pool to the current cluster usage. Structure is [documented below](#nested_autoscaling).

* `confidential_nodes` - (Optional) Configuration for Confidential Nodes feature. Structure is [documented below](#nested_confidential_nodes).

* `initial_node_count` - (Optional) The initial number of nodes for the pool. In
regional or multi-zonal clusters, this is the number of nodes per zone. Changing
this will force recreation of the resource. WARNING: Resizing your node pool manually
Expand Down Expand Up @@ -192,6 +194,11 @@ cluster.
* "ANY" - Instructs the cluster autoscaler to prioritize utilization of unused reservations,
and reduce preemption risk for Spot VMs.

<a name="nested_confidential_nodes"></a> The `confidential_nodes` block supports:

* `enabled` (Required) - Enable Confidential GKE Nodes for this cluster, to
enforce encryption of data in-use.

<a name="nested_management"></a>The `management` block supports:

* `auto_repair` - (Optional) Whether the nodes will be automatically repaired.
Expand Down

0 comments on commit f13fd5c

Please sign in to comment.