mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #123020 from pacoxu/dup-blanks
[nit]kubeadm: remove extra space in log
This commit is contained in:
commit
0e945e5cec
@ -694,7 +694,7 @@ func EnsureAdminClusterRoleBindingImpl(ctx context.Context, adminClient, superAd
|
|||||||
); err != nil {
|
); err != nil {
|
||||||
lastError = err
|
lastError = err
|
||||||
if apierrors.IsAlreadyExists(err) {
|
if apierrors.IsAlreadyExists(err) {
|
||||||
klog.V(5).Infof("ClusterRoleBinding %s already exists.", kubeadmconstants.ClusterAdminsGroupAndClusterRoleBinding)
|
klog.V(5).Infof("ClusterRoleBinding %s already exists.", kubeadmconstants.ClusterAdminsGroupAndClusterRoleBinding)
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
// Retry on any other type of error.
|
// Retry on any other type of error.
|
||||||
|
Loading…
Reference in New Issue
Block a user