Skip to content

Commit

Permalink
Update clustermesh/clustermesh.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Klauser <tobias.klauser@gmail.com>
  • Loading branch information
sayboras and tklauser committed Jul 20, 2022
1 parent 9bf352b commit 8493487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustermesh/clustermesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ func (k *K8sClusterMesh) Connect(ctx context.Context) error {
return err
}
if cid > 255 || cid < 1 {
return fmt.Errorf("local cluster has the cluster ID out of acceptable range (e.g. 1-255) (cluster ID: %d)",
return fmt.Errorf("remote cluster has the cluster ID out of acceptable range (e.g. 1-255) (cluster ID: %d)",
cid)
}

Expand Down

0 comments on commit 8493487

Please sign in to comment.