Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmgranger/crc-runner
https://github.com/kevinmgranger/crc-runner
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinmgranger/crc-runner
- Owner: KevinMGranger
- Created: 2022-06-17T02:44:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T18:24:19.000Z (about 2 years ago)
- Last Synced: 2023-04-04T12:41:14.525Z (over 1 year ago)
- Language: Python
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run crc as a user, but with ingress as the system.
Runs crc itself as a user-level service, polling it to see if it's healthy.
Coordinates this with a system-level service, so that haproxy can be started once it's ready.
# Developing
Use systemd overrides to change the pythonpath if you want to use local versions instead of the packaged version.
We could include those in the justfile if we want.
# notes on package building
- "systemd" on pypi is not the same as the package! That's why it was a problem.
- I guess it had something to do with extracting dependencies form the wheel or dist-info or something, but that requires further investigation.# quick notes
oops %h is not the user but the user _running the manager_