add client requirements to a vendor folder or zip file
See original GitHub issueMany 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:
- Created 6 years ago
- Comments:15 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
@fejta-bot: Closing this issue.
In response to this:
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.