flux-framework / flux-k8s

Project to manage Flux tasks needed to standardize kubernetes HPC scheduling interfaces
Apache License 2.0
22 stars 10 forks source link

fix: upstream changes for build and charts #81

Closed vsoch closed 2 months ago

vsoch commented 2 months ago

Problem: the current fluence build is broken. Solution: the issue is two fold, and unfortunately depends on the docker version. For newer docker that requires --load, that argument would be needed in the build script, and we will need to add it (and then add the script to our assets) if a newer version is used in the CI. The other breaking change was changing the location of the kube- scheduler binary in the controller image. Both of these should now be fixed, and I will update the PR further pending results in CI.

vsoch commented 2 months ago

Thank you @cmisale ! Apologies for delay - haven't really checked email most of the day.