question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add client requirements to a vendor folder or zip file

See original GitHub issue

Many of the troubles people have with this client is around the dependencies. There are nice ideas around like this one that make all of those go away. Starting this thread to discuss supporting something like that for this client to make it self sufficient to run on any platform.

My idea is for the first try to have all dependencies packaged in a file called vendor.zip and release it with the package (or make it downloadable through the release page). Then add a parameter to load_kube_config and load_incluster_config methods to accept the path to this file and use them instead of system packages.

This approach generally works with pure python packages that I believe it is the case for our client. Any thoughts?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
tompluscommented, Oct 25, 2017

@dims it sounds good, we can also create a optional solution with vendor.zip for developers who have to use other versions in their project.

0reactions
k8s-ci-robotcommented, Jun 21, 2019

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Where is the "vendors" folder really supposed to go? ...
The ZIP package from Drupal.Org comes with a "vendor" folder and in this folder exists an .htaccess file that appears to be meant...
Read more >
Share files and folders with Microsoft 365 Business
Training: OneDrive lets you share files and folders so others can view and edit them, and work together at the same time. See...
Read more >
cmd/go: "go install" ignores vendor folder · Issue #48332
The go install command ignores my vendor folder. ... the vendor directory can't be used because it's not present in module zip files....
Read more >
Composer install and vendor folder
For this client, I used Textalk's websocket-php repository which requires a "git clone" and next a "composer install".
Read more >
Why is Composer not updating my /vendor folder ...
json file. So I have to copy the two missing directories into my project to work. What am I missing here? I delete...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found