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
I did not find a related open enhancement request.
I understand that enhancement requests filed in the GitHub repository are by default low priority.
If this request is time-sensitive, I have submitted a corresponding issue with GCP support.
Describe the feature or resource
Description:
Currently, the ContainerNodePool CRD in Config Connector does not expose the performanceMonitoringUnit field under spec.nodeConfig.advancedMachineFeatures. This field is critical for enabling detailed performance monitoring and fine-tuning of node pool configurations based on advanced machine features.
Expected Behavior:
The performanceMonitoringUnit field should be available within the spec.nodeConfig.advancedMachineFeatures section of the ContainerNodePool CRD to allow users to configure performance monitoring for their node pools in GKE.
Current Behavior:
The performanceMonitoringUnit field is not present in the ContainerNodePool CRD's nodeConfig.advancedMachineFeatures section, which limits the ability to configure advanced monitoring features for the nodes.
Suggested Solution:
Add the performanceMonitoringUnit field to spec.nodeConfig.advancedMachineFeatures within the ContainerNodePool CRD, allowing users to define performance monitoring capabilities.
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the feature or resource
Description:
Currently, the
ContainerNodePool
CRD in Config Connector does not expose theperformanceMonitoringUnit
field underspec.nodeConfig.advancedMachineFeatures
. This field is critical for enabling detailed performance monitoring and fine-tuning of node pool configurations based on advanced machine features.Expected Behavior:
The
performanceMonitoringUnit
field should be available within thespec.nodeConfig.advancedMachineFeatures
section of the ContainerNodePool CRD to allow users to configure performance monitoring for their node pools in GKE.Current Behavior:
The
performanceMonitoringUnit
field is not present in the ContainerNodePool CRD'snodeConfig.advancedMachineFeatures
section, which limits the ability to configure advanced monitoring features for the nodes.Suggested Solution:
Add the
performanceMonitoringUnit
field to spec.nodeConfig.advancedMachineFeatures within theContainerNodePool
CRD, allowing users to define performance monitoring capabilities.Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered: