You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enable WI and shielded nodes by default in beta clusters (#441)
BREAKING CHANGE: Beta clusters now have Workload Identity enabled by default. To disable Workload Identity, set `identity_namespace = null`
BREAKING CHANGE: Beta clusters now have shielded nodes enabled by default. To disable, set `enable_shielded_nodes = false`.
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -174,12 +174,12 @@ Then perform the following commands on the root folder:
174
174
| enable\_kubernetes\_alpha | Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days. | bool |`"false"`| no |
175
175
| enable\_private\_endpoint | (Beta) Whether the master's internal IP address is used as the cluster endpoint | bool |`"false"`| no |
176
176
| enable\_private\_nodes | (Beta) Whether nodes have internal IP addresses only | bool |`"false"`| no |
177
-
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster | bool |`"false"`| no |
177
+
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster | bool |`"true"`| no |
178
178
| enable\_vertical\_pod\_autoscaling | Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it | bool |`"false"`| no |
179
179
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer role. | bool |`"false"`| no |
180
180
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | bool |`"true"`| no |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,12 @@ Then perform the following commands on the root folder:
152
152
| enable\_kubernetes\_alpha | Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days. | bool |`"false"`| no |
153
153
| enable\_private\_endpoint | (Beta) Whether the master's internal IP address is used as the cluster endpoint | bool |`"false"`| no |
154
154
| enable\_private\_nodes | (Beta) Whether nodes have internal IP addresses only | bool |`"false"`| no |
155
-
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster | bool |`"false"`| no |
155
+
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster | bool |`"true"`| no |
156
156
| enable\_vertical\_pod\_autoscaling | Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it | bool |`"false"`| no |
157
157
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer role. | bool |`"false"`| no |
158
158
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | bool |`"true"`| no |
| enable\_intranode\_visibility | Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network | bool |`"false"`| no |
133
133
| enable\_kubernetes\_alpha | Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days. | bool |`"false"`| no |
134
-
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster | bool |`"false"`| no |
134
+
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster | bool |`"true"`| no |
135
135
| enable\_vertical\_pod\_autoscaling | Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it | bool |`"false"`| no |
136
136
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer role. | bool |`"false"`| no |
137
137
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | bool |`"true"`| no |
0 commit comments