Skip to content

Tags: converged-computing/flux-cloud

Tags

0.2.0.1

Toggle 0.2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
vsoch Vanessasaurus
update licenses

Signed-off-by: vsoch <[email protected]>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.1.19

Toggle 0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Script fixes (#27)

* fixes to bash scripts
Signed-off-by: vsoch <[email protected]>

0.1.18

Toggle 0.1.18's commit message

Verified

This commit was signed with the committer’s verified signature.
vsoch Vanessasaurus
bump to 0.1.18

Signed-off-by: vsoch <[email protected]>

0.1.17

Toggle 0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.1.16

Toggle 0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for flux-cloud ui (#22)

* add support for flux-cloud ui

this commands brings up the minicluster and starts
the web interface/api for interactive use.

Signed-off-by: vsoch <[email protected]>

0.1.15

Toggle 0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.1.13

Toggle 0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
testing waiting for the minicluster to be cleaned up before submittng…

… another (#18)

* testing waiting for the minicluster to be cleaned up before submitting another

Signed-off-by: vsoch <[email protected]>

0.1.11

Toggle 0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add placement group variable to aws (#14)

* add placement group variable to aws
Signed-off-by: vsoch <[email protected]>

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding first shot at tests with minikube (#13)

* adding first shot at tests with minikube
Signed-off-by: vsoch <[email protected]>