Tags: converged-computing/flux-cloud
Tags
start of work to refactor submit (#28) * start of work to refactor submit submit now uses the flux operator python sdk (non released version) to create / submit / delete the minicluster, no need for external scripts except for starting minikube. This is likely an improvement and I am going to also test using the sdk for apply. * refactor of apply I still need to save the nodes/pods and other cluster info to the .scripts directory, but the basic apply is now working JUST using the Python SDK. When this is all done, we should be able to remove the custom scripts that are running jobs, and update and test all the cloud examples. * finish up refactor of submit/apply everything should now use the python sdk * set min version of fluxoperator sdk * test only apply * add back helpers script Signed-off-by: vsoch <[email protected]>
small tweaks to submit (#24) * small tweaks to submit so that variables like requests/limits are carried through * do not check flux-operator.yaml file * adding support for saving additional metadata about cluster nodes * fix data formatting * skip check of metadata files, clusters likely to be different Signed-off-by: vsoch <[email protected]>
WIP to add consistent run (#21) * WIP to add consistent run the server is currently too flakey with the port forward to be reliable for communication. I need to rethink how to do this because I am not happy with it. Signed-off-by: vsoch <[email protected]>
PreviousNext