Skip to content

Commit

Permalink
Fix typo recommendation (requeuing)
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Dec 2, 2024
1 parent 6bf7abc commit a4efc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/controller/controllers/cluster/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func (i *importHandler) importCluster(cluster *fleet.Cluster, status fleet.Clust
TTL: &metav1.Duration{Duration: durations.ClusterImportTokenTTL},
},
})
logrus.Debugf("Failed to create ClusterRegistrationToken for cluster %s/%s: %v (requeueing)", cluster.Namespace, cluster.Name, err)
logrus.Debugf("Failed to create ClusterRegistrationToken for cluster %s/%s: %v (requeuing)", cluster.Namespace, cluster.Name, err)
i.clusters.EnqueueAfter(cluster.Namespace, cluster.Name, durations.TokenClusterEnqueueDelay)
return status, nil
}
Expand Down

0 comments on commit a4efc7a

Please sign in to comment.