Skip to content

Commit

Permalink
change the name of kosmos-operator to clusterlink-operator
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
  • Loading branch information
duanmengkk committed Feb 4, 2024
1 parent a44c103 commit 32e0a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REGISTRY_PASSWORD?=""
REGISTRY_SERVER_ADDRESS?=""
KIND_IMAGE_TAG?="v1.25.3"

MACOS_TARGETS := clusterlink-controller-manager \
MACOS_TARGETS := clusterlink-controller-manager \
clusterlink-operator \
clusterlink-elector \
clusterlink-network-manager \
Expand All @@ -18,7 +18,7 @@ MACOS_TARGETS := clusterlink-controller-manager \
scheduler \

# clusterlink-agent and clusterlink-floater only support linux platform
TARGETS := clusterlink-controller-manager \
TARGETS := clusterlink-controller-manager \
clusterlink-operator \
clusterlink-agent \
clusterlink-elector \
Expand Down
2 changes: 1 addition & 1 deletion cmd/clusterlink/clusterlink-operator/app/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func NewLinkOperatorCommand(ctx context.Context) *cobra.Command {

cmd := &cobra.Command{
Use: "kosmos-clusterlink-operator",
Long: `Deploy Kosmos cluster-link components according to the cluster`,
Long: `Deploy Kosmos clusterlink components according to the cluster`,
RunE: func(cmd *cobra.Command, args []string) error {
// validate options
if errs := opts.Validate(); len(errs) != 0 {
Expand Down

0 comments on commit 32e0a39

Please sign in to comment.