We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7993d64 commit 8e1b388Copy full SHA for 8e1b388
cluster-autoscaler/cloudprovider/azure/azure_scale_set.go
@@ -603,7 +603,7 @@ func (scaleSet *ScaleSet) DeleteNodes(nodes []*apiv1.Node) error {
603
604
// ForceDeleteNodes deletes nodes from the group regardless of constraints.
605
func (scaleSet *ScaleSet) ForceDeleteNodes(nodes []*apiv1.Node) error {
606
- klog.V(8).Infof("Delete nodes requested: %q\n", nodes)
+ klog.V(5).Infof("Delete nodes requested: %q\n", nodes)
607
refs := make([]*azureRef, 0, len(nodes))
608
hasUnregisteredNodes := false
609
for _, node := range nodes {
0 commit comments