-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Maryam Tahhan <[email protected]>
- Loading branch information
1 parent
0b7a5ec
commit 9e04b82
Showing
1,309 changed files
with
81,954 additions
and
37,542 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
make build-manifest OPTS="CI_DEPLOY DEBUG_DEPLOY" | ||
#!/bin/bash | ||
make image-prune | ||
make build_image | ||
img=$(docker images | grep quay.io/sustainable_computing_io/kepler | awk 'NR==1{ print $3 }') | ||
docker tag "$img" localhost:5001/kepler:devel | ||
docker push localhost:5001/kepler:devel | ||
kubectl delete -f _output/generated-manifest/; kubectl apply -f _output/generated-manifest |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.