Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme and support kind to deploy kosmos #373

Closed
wants to merge 2 commits into from

Conversation

village-way
Copy link
Contributor

@village-way village-way commented Jan 15, 2024

What type of PR is this?

/kind cleanup

What does this PR do?

  1. update readme and fix kosmosctl version can not overwrite by make VERSION env param
  2. add dev workflow images for local debug and test
  3. update readme, delete Deprecated serviceAccount config, update make clean
  4. Add config for ci.yml to enable manual triggering
  5. macos make improve, add go clean cache(clean.sh), add verify-all.sh for make verify
  6. add support to deploy kosmos by kind

Which issue(s) does this PR fix?

Fixes #365

Special notes for your reviewer:

can not make on macos

@duanmengkk
@assign duanmengkk

Does this PR introduce a user-facing change?

NONE

wangdepeng and others added 2 commits January 15, 2024 11:34
1. update readme and fix kosmosctl version can not overwrite by make VERSION env param
2. add dev workflow images for local debug and test
3. update readme, delete Deprecated serviceAccount config, update make clean
4. Add config for ci.yml to enable manual triggering
5. macos make improve, add go clean cache(clean.sh), add verify-all.sh for make verify

Signed-off-by: wangdepeng <[email protected]>
@kosmos-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: village-way
To complete the pull request process, please assign wuyingjun-lucky after the PR has been reviewed.
You can assign the PR to them by writing /assign @wuyingjun-lucky in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -0,0 +1,76 @@
# ClusterTree(集群容器编排)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it okay to put this doc here? what do you think @duanmengkk

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to redesign the entire document.

REGISTRY: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}
TAG: ${{ steps.previoustag.outputs.tag }}
run: |
make upload-images REGISTRY=${REGISTRY%?} VERSION=$TAG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to push dev image to person ghcr

clusterlink-network-manager \
clusterlink-proxy \
clustertree-cluster-manager \
scheduler \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use make mp-image-clusterlink-controller-manager to make arm images

kubectl get nodes
```
- use this command we can see the two cluster nodes Name like `kosmos-*` roles as `agent`
<div><img src="docs/images/demo-check-node.png" style="width:400px;" alt="nodes"/></div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seens good,But we need to redesign the entire document.

@@ -0,0 +1,76 @@
# ClusterTree(集群容器编排)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to redesign the entire document.

@duanmengkk
Copy link
Contributor

This is a nice code submission, but this PR contains too many features. We need to break it down, so I will close it for now. /cc @village-way
/close

@kosmos-robot
Copy link
Contributor

@duanmengkk: Closed this PR.

In response to this:

This is a nice code submission, but this PR contains too many features. We need to break it down, so I will close it for now. /cc @village-way
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@village-way village-way deleted the main branch January 23, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project documentation is inadequate and technical implementation descriptions are not detailed enough
4 participants