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

Unable to use folders/file present locally from non-package #2524

Open
nidhi-singh02 opened this issue Aug 8, 2024 · 2 comments
Open

Unable to use folders/file present locally from non-package #2524

nidhi-singh02 opened this issue Aug 8, 2024 · 2 comments
Labels
cli For bugs relating to the CLI critical Critical bug or feature feature request

Comments

@nidhi-singh02
Copy link

nidhi-singh02 commented Aug 8, 2024

Background & motivation

Currently upload_files allows to pass the GitHub URL, I have a usecase where I wish to upload files from my local machine into kurtosis enclave. The files are present in the same repository where the kurtosis package is present, but not within the package.
I went through the other issues that are raised, couldn't find how to do it. Let me know if there's a workaround for this. Can we have this feature in the roadmap pls.

#1700 has been closed with the GitHub PR, seems local folder stuff is not yet supported.

Desired behaviour

Should be able to specify any local file path & turn into a files artifact to use for the services inside their enclaves, without needing to have the desired data to be part of a Kurtosis package.

How important is this to you?

Critical; Kurtosis is unusable for me without it.

What area of the product does this pertain to?

CLI: the Command Line Interface

@github-actions github-actions bot added cli For bugs relating to the CLI critical Critical bug or feature labels Aug 8, 2024
@tedim52
Copy link
Contributor

tedim52 commented Sep 4, 2024

Hey @nidhi-singh02 ! Thanks for creating this issue, the way Kurtosis is designed currently, all assets that need to be referenced by locators (eg. in upload_files or read_file) need to be placed inside of the Kurtosis package. I would suggest moving any assets you need in the enclave inside the package but maybe there is a reason you can't do this?

@nidhi-singh02
Copy link
Author

Yes, I understand that. The thing is I have a usecase where I wish to upload files from my local machine into kurtosis enclave. The files are present in the same repository where the kurtosis package is present, but not within the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI critical Critical bug or feature feature request
Projects
None yet
Development

No branches or pull requests

2 participants