-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
123 changed files
with
2,355 additions
and
5,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ env | |
.env | ||
dist | ||
__pycache__ | ||
examples/**/data | ||
examples/**/_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.