File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Please be aware that currently the cluster autoscaler only supports CAPI
1616clusters that have joined their management and workload clusters into a single
1717cluster. For more information about this please see the
1818[ Cluster API Concepts documentations] ( https://cluster-api.sigs.k8s.io/user/concepts.html )
19- and the [ ` clusterctl move ` command documentaion ] ( https://cluster-api.sigs.k8s.io/user/concepts.html ) .
19+ and the [ ` clusterctl move ` command documentation ] ( https://cluster-api.sigs.k8s.io/user/concepts.html ) .
2020
2121## Starting the Autoscaler
2222
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ import (
3939 "k8s.io/autoscaler/cluster-autoscaler/processors/nodegroupset"
4040 "k8s.io/autoscaler/cluster-autoscaler/processors/status"
4141 "k8s.io/autoscaler/cluster-autoscaler/utils/errors"
42- "k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
4342 "k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
43+ "k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
4444 schedulerframework "k8s.io/kubernetes/pkg/scheduler/framework/v1alpha1"
4545
4646 klog "k8s.io/klog/v2"
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
2323
2424 "k8s.io/autoscaler/cluster-autoscaler/utils/drain"
2525 "k8s.io/autoscaler/cluster-autoscaler/utils/errors"
26- "k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
2726 "k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
27+ "k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
2828 kube_util "k8s.io/autoscaler/cluster-autoscaler/utils/kubernetes"
2929 pod_util "k8s.io/autoscaler/cluster-autoscaler/utils/pod"
3030 "k8s.io/autoscaler/cluster-autoscaler/utils/tpu"
You can’t perform that action at this time.
0 commit comments