Skip to content

Commit 81ce66f

Browse files
authored
Merge pull request kubernetes#127420 from runzhliu/patch-3
improve the logging format
2 parents 53ab133 + e8602f2 commit 81ce66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/discovery/token/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func getClusterInfo(client clientset.Interface, cfg *kubeadmapi.Discovery, inter
228228
}
229229

230230
klog.V(1).Infof("[discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature"+
231-
"for token ID %q", token.ID)
231+
" for token ID %q", token.ID)
232232

233233
cm, err = client.CoreV1().ConfigMaps(metav1.NamespacePublic).
234234
Get(context.Background(), bootstrapapi.ConfigMapClusterInfo, metav1.GetOptions{})

0 commit comments

Comments
 (0)