https://github.com/converged-computing/flux-views
Isolated view builds of flux intended for a (testing) refactor of the Flux Operator
https://github.com/converged-computing/flux-views
Last synced: 5 months ago
JSON representation
Isolated view builds of flux intended for a (testing) refactor of the Flux Operator
- Host: GitHub
- URL: https://github.com/converged-computing/flux-views
- Owner: converged-computing
- License: mit
- Created: 2023-10-09T16:28:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:10:32.000Z (over 1 year ago)
- Last Synced: 2025-09-10T14:50:20.093Z (9 months ago)
- Language: Dockerfile
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spack Flux View Containers
This is an experiment to build Flux entirely into isolated spack views, and with the goal
of refactoring the Flux Operator so that application logic is separate from Flux.
This has proven to work with the Metrics Operator and I'm hoping is a good solution here.
It works as follows:
1. We build an isolated view with Flux
2. We add it to a job as a sidecar container
3. We do Flux setup within this container
4. We move the entire thing to a shared empty volume with the other application container
5. The application container entrypoitn is edited to get wrapped with Flux
We will see if it works!