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

Fix kubectl cp failure with wildcard #6387

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

luolanzone
Copy link
Contributor

It turns out kubectl cp with wildcard is not working properly. I saw following errors in our CI jobs:

tar: /tmp/coverage/*: Cannot stat: No such file or directory

Fix it by check all files on /tmp/coverage/ and copy them one by one.

Here is some discussion about the kubectl cp bug.
https://devops.stackexchange.com/questions/6669/copy-multiple-files-using-wildcard-from-kubernetes-container

ci/jenkins/test-mc.sh Outdated Show resolved Hide resolved
Signed-off-by: Lan Luo <luola@vmware.com>
@luolanzone luolanzone added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 3, 2024
@luolanzone
Copy link
Contributor Author

/test-multicluster-e2e
/test-conformance

1 similar comment
@XinShuYang
Copy link
Contributor

/test-multicluster-e2e
/test-conformance

@antoninbas antoninbas merged commit 602bfa4 into antrea-io:main Jun 4, 2024
52 of 57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants