mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
remove extra space in log
This commit is contained in:
parent
eb0fcf9e21
commit
8bc63027d9
@ -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