Skip to content

Commit

Permalink
fix: Kosmosctl known issues
Browse files Browse the repository at this point in the history
Signed-off-by: ONE7live <[email protected]>
  • Loading branch information
ONE7live authored and renxiangyu committed Oct 23, 2023
1 parent 56bc795 commit a526400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (c *leaseController) sync(ctx context.Context) {
return
}

klog.Infof("Successfully updated lease")
klog.V(4).Infof("Successfully updated lease")
}

func (c *leaseController) createLeaseIfNotExistsWithRetry(ctx context.Context, node *corev1.Node) (*coordinationv1.Lease, error) {
Expand Down

0 comments on commit a526400

Please sign in to comment.