mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
improve the logging format
This commit is contained in:
parent
b7fb82f9d8
commit
e8602f224d
@ -228,7 +228,7 @@ func getClusterInfo(client clientset.Interface, cfg *kubeadmapi.Discovery, inter
|
||||
}
|
||||
|
||||
klog.V(1).Infof("[discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature"+
|
||||
"for token ID %q", token.ID)
|
||||
" for token ID %q", token.ID)
|
||||
|
||||
cm, err = client.CoreV1().ConfigMaps(metav1.NamespacePublic).
|
||||
Get(context.Background(), bootstrapapi.ConfigMapClusterInfo, metav1.GetOptions{})
|
||||
|
Loading…
Reference in New Issue
Block a user