mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #127420 from runzhliu/patch-3
improve the logging format
This commit is contained in:
		@@ -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"+
 | 
								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).
 | 
								cm, err = client.CoreV1().ConfigMaps(metav1.NamespacePublic).
 | 
				
			||||||
				Get(context.Background(), bootstrapapi.ConfigMapClusterInfo, metav1.GetOptions{})
 | 
									Get(context.Background(), bootstrapapi.ConfigMapClusterInfo, metav1.GetOptions{})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user