-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from yellowhat/main
kepler(0.5.6): bump to release-0.7.8
- Loading branch information
Showing
2 changed files
with
10 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,34 +16,26 @@ jobs: | |
cluster_provider: [kind, microshift] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.18 | ||
|
||
- name: use kepler action for kind cluster build | ||
uses: sustainable-computing-io/[email protected].2 | ||
uses: sustainable-computing-io/[email protected].5 | ||
with: | ||
ebpfprovider: bcc | ||
ebpfprovider: libbpf | ||
cluster_provider: ${{matrix.cluster_provider}} | ||
local_dev_cluster_version: v0.0.4 | ||
|
||
- name: install helm | ||
run: | | ||
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null | ||
sudo apt-get install apt-transport-https --yes | ||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list | ||
sudo apt-get update | ||
sudo apt-get install helm | ||
sudo apt-get install tree | ||
uses: azure/[email protected] | ||
|
||
- name: helm lint | ||
run: | | ||
helm lint . --debug | ||
helm lint . --debug | ||
- name: deploy kepler using helm chart | ||
run: | | ||
tree -a | ||
helm install kepler . --values values.yaml --create-namespace --namespace kepler --dry-run --debug | ||
helm install kepler . --values values.yaml --create-namespace --namespace kepler --debug | ||
tree -a | ||
helm install kepler . --values values.yaml --create-namespace --namespace kepler --dry-run --debug | ||
helm install kepler . --values values.yaml --create-namespace --namespace kepler --debug | ||
- name: test if kepler is alive | ||
run: | | ||
|
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