Merge pull request #127420 from runzhliu/patch-3

improve the logging format
This commit is contained in:
Kubernetes Prow Robot 2024-10-21 21:14:58 +01:00 committed by GitHub
commit 81ce66f059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{})