mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Add a missing ) to glog.Waringf.
This commit is contained in:
parent
17c63ee784
commit
1229b9a537
@ -244,7 +244,7 @@ func (op *updateOp) validateRange(ctx context.Context, sync *NodeSync, node *v1.
|
||||
// alias.
|
||||
func (op *updateOp) updateNodeFromAlias(ctx context.Context, sync *NodeSync, node *v1.Node, aliasRange *net.IPNet) error {
|
||||
if sync.mode != SyncFromCloud {
|
||||
glog.Warningf("Detect mode %q while expect to sync from cloud", sync.mode
|
||||
glog.Warningf("Detect mode %q while expect to sync from cloud", sync.mode)
|
||||
}
|
||||
|
||||
glog.V(2).Infof("Updating node spec with alias range, node.PodCIDR = %v", aliasRange)
|
||||
|
Loading…
Reference in New Issue
Block a user