Skip to content

Commit

Permalink
Merge pull request kubernetes#1903 from marseel/fix/fix_autopilot_pre…
Browse files Browse the repository at this point in the history
…load

Turn off image preloading for Autopilot
  • Loading branch information
k8s-ci-robot authored Sep 29, 2021
2 parents a45e5cf + 16631fd commit 385af23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterloader2/pkg/provider/autopilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewAutopilotProvider(_ map[string]string) Provider {
return &AutopilotProvider{
features: Features{
SupportProbe: false,
SupportImagePreload: true,
SupportImagePreload: false,
SupportSnapshotPrometheusDisk: true,
SupportEnablePrometheusServer: true,
SupportGrabMetricsFromKubelets: true,
Expand Down

0 comments on commit 385af23

Please sign in to comment.