batch process node#5968
Merged
kubeedge-bot merged 1 commit intoJan 16, 2025
Merged
Conversation
tangming1996
force-pushed
the
feature/batch-process-node
branch
7 times, most recently
from
November 18, 2024 02:58
ecc3ae7 to
0d3de05
Compare
tangming1996
force-pushed
the
feature/batch-process-node
branch
from
November 19, 2024 03:44
0d3de05 to
7cebd77
Compare
4 tasks
luomengY
reviewed
Nov 20, 2024
tangming1996
force-pushed
the
feature/batch-process-node
branch
2 times, most recently
from
November 21, 2024 07:32
df37cae to
59e7419
Compare
tangming1996
force-pushed
the
feature/batch-process-node
branch
2 times, most recently
from
November 25, 2024 09:19
7e7a27e to
e3267bc
Compare
Contributor
Author
|
add proposal: #5988 |
wbc6080
reviewed
Dec 6, 2024
tangming1996
force-pushed
the
feature/batch-process-node
branch
from
December 6, 2024 06:56
e3267bc to
35ec123
Compare
WillardHu
reviewed
Dec 19, 2024
tangming1996
force-pushed
the
feature/batch-process-node
branch
from
December 23, 2024 08:12
35ec123 to
c4230b1
Compare
WillardHu
reviewed
Dec 23, 2024
tangming1996
force-pushed
the
feature/batch-process-node
branch
2 times, most recently
from
January 7, 2025 08:50
2aa4cc0 to
612f937
Compare
WillardHu
reviewed
Jan 7, 2025
tangming1996
force-pushed
the
feature/batch-process-node
branch
from
January 7, 2025 10:07
612f937 to
8067e99
Compare
Signed-off-by: ming.tang <ming.tang@daocloud.io>
tangming1996
force-pushed
the
feature/batch-process-node
branch
from
January 8, 2025 02:06
8067e99 to
0ac3f14
Compare
Collaborator
|
/lgtm |
Contributor
Author
fisherxu
reviewed
Jan 14, 2025
Collaborator
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fisherxu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Enhance the batch-join command
We have just implemented a Bate version of the keadm batchjoin command to batch join edge nodes.
issue: #5590
proposal: https://github.com/kubeedge/kubeedge/blob/master/docs/proposals/batch-node-access.md
pr: #5889
Supprots login to edge nodes with the SSH private key
Currently, we implement SSH sign in to the node with username / password, but many scenarios use a private key to SSH sign in to the node, so we need to provide this method.
Supprots scp some files to edge nodes
Currently, each managed node needs to re-download the installation packages from Internet, which increases the risk of failure, and many users are offline. Therefore, we need to provide scp to transfer files from the management node to the managed nodes.
Which issue(s) this PR fixes:
Fixes #5940
Special notes for your reviewer:
Does this PR introduce a user-facing change?: