Skip to content

Commit f1933d0

Browse files
authored
add support to KSM in AKS provider (#37)
Signed-off-by: Alex Castilio dos Santos <alexsantos@microsoft.com>
1 parent bb3ffba commit f1933d0

File tree

1 file changed

+1
-0
lines changed
  • clusterloader2/pkg/provider

1 file changed

+1
-0
lines changed

clusterloader2/pkg/provider/aks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func NewAKSProvider(_ map[string]string) Provider {
3333
SupportGrabMetricsFromKubelets: true,
3434
SupportSnapshotPrometheusDisk: true,
3535
SupportEnablePrometheusServer: true,
36+
SupportKubeStateMetrics: true,
3637
SupportResourceUsageMetering: true,
3738
ShouldPrometheusScrapeApiserverOnly: true,
3839
ShouldScrapeKubeProxy: true,

0 commit comments

Comments
 (0)