mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #127420 from runzhliu/patch-3
improve the logging format
This commit is contained in:
commit
81ce66f059
@ -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