-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Milestone
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
- Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- If an issue is assigned to a user, that user is claiming responsibility for the issue.
- Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
Some VM families support a performance monitoring unit (PMU). This is enabled by setting advancedMachineFeatures.performanceMonitoringUnit
on the VM.
The GKE node pull resource supports advanced_machine_features
, but does not have a field for the PMU. It would be great if it did.
New or Affected Resource(s)
- google_container_node_pool
Potential Terraform Configuration
advanced_machine_features {
performance_monitoring_unit = "ARCHITECTURAL|STANDARD|ENHANCED"
}
References
No response
b/410577734
motiejus and weijie-mxplechiugoog and ramonvermeulen