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
description="Whether to disable requests to the IMDSv1 endpoint and only allow requests to the IMDSv2 endpoint. See <a href=https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengconfiguringimds.htm>Instance Metadata</a> for more information."
297
+
type=bool
298
+
}
299
+
294
300
variable"platform_config" {
295
301
default=null
296
302
description="Default platform_config for self-managed worker pools created with mode: 'instance', 'instance-pool', or 'cluster-network'. See <a href=https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/datatypes/PlatformConfig>PlatformConfig</a> for more information."
@@ -327,4 +333,4 @@ variable "compute_clusters" {
327
333
default={}
328
334
description="Whether to create compute clusters shared by nodes across multiple worker pools enabled for 'compute-cluster'."
description="Whether to disable requests to the IMDSv1 endpoint and only allow requests to the IMDSv2 endpoint. See <a href=https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengconfiguringimds.htm>Instance Metadata</a> for more information."
212
+
type=bool
213
+
}
214
+
209
215
variable"max_pods_per_node" {
210
216
default=31
211
217
description="The default maximum number of pods to deploy per node when unspecified on a pool. Absolute maximum is 110. Ignored when when cni_type != 'npn'."
0 commit comments