Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hydroflow): Kube integration #1436

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
97abb81
feat(hydro_deploy): add architecture enum
nickjiang2378 Apr 12, 2024
53ed763
Merge branch 'main' of https://github.com/hydro-project/hydroflow
nickjiang2378 Sep 2, 2024
af86a41
added kube sender example
nickjiang2378 Apr 25, 2024
6b435bf
added kubernetes host for pods
nickjiang2378 Apr 25, 2024
4cd7646
added comments and more of kube integration
nickjiang2378 Apr 25, 2024
7a12230
feat(hydro_deploy) add kubernetes integration
nickjiang2378 Sep 2, 2024
549026b
fix: renamed example program and deleted unneeded example
nickjiang2378 Sep 2, 2024
2d1213f
style: removed unused imports
nickjiang2378 Sep 2, 2024
145d165
feat(hydro_deploy): add more error handling
nickjiang2378 Sep 2, 2024
be1ccf2
fixed typing issues
nickjiang2378 Oct 19, 2024
b0f4158
added more error handling
nickjiang2378 Oct 23, 2024
1bb720d
refactor: remove commented code
nickjiang2378 Oct 23, 2024
cdbdf9c
remove once_cell
nickjiang2378 Oct 23, 2024
caae835
feat(hydro_deploy): added gcp architecture parameters
nickjiang2378 Oct 23, 2024
60089ac
Merge branch 'main' of https://github.com/hydro-project/hydroflow
nickjiang2378 Oct 23, 2024
5e6188e
Merge branch 'main' into kube_integration_rebased
nickjiang2378 Oct 23, 2024
59fc27d
fix: rename gnu -> musl
nickjiang2378 Oct 28, 2024
471b02e
fix: remove zigbuild
nickjiang2378 Dec 8, 2024
148db61
style: remove dead code
nickjiang2378 Dec 8, 2024
793bbec
implement lsof looping
nickjiang2378 Dec 8, 2024
dcf31f5
style: formatting
nickjiang2378 Dec 8, 2024
b5e4496
Merge branch 'main' of https://github.com/hydro-project/hydroflow
nickjiang2378 Dec 8, 2024
37425a6
resolve merge conflicts
nickjiang2378 Dec 8, 2024
ce67e4f
style: fix format
nickjiang2378 Dec 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ linker = "rust-lld"
[target.x86_64-unknown-linux-musl]
linker = "rust-lld"

[target.aarch64-unknown-linux-musl]
linker = "rust-lld"

[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"
Loading
Loading