fix: create cluster error in cluster node#3081
fix: create cluster error in cluster node#3081kubesphere-prow[bot] merged 2 commits intokubesphere:mainfrom
Conversation
Signed-off-by: redscholar <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: redscholar 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 |
There was a problem hiding this comment.
Code Review
This pull request introduces conditional execution for the image registry push role and adjusts YAML formatting in the download defaults. In the Go modules for copying and templating, it attempts to use unique temporary file paths by appending random strings. However, the use of filepath.Join with potentially absolute destination paths under /tmp is flawed, as it may bypass the /tmp directory entirely; the reviewer suggests using flat, unique filenames directly within /tmp to ensure reliability.
…template modules Signed-off-by: redscholar <[email protected]>
|
This PR has multiple commits, and the default merge method is: squash. DetailsInstructions 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-sigs/prow repository. |
|



What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: