Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix_dd_check
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed Jun 19, 2024
2 parents e17022a + 9810517 commit 0a596ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
with:
go-version: '1.21.3'
check-latest: true
- name: Install cloud-provider-kind
run: make cloud-provider-kind
- name: Run tests
run: make test
# In near future, we might want to run this
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ ci\:enable\:k8s:
@sudo cp ./.bin/kubectl /usr/local/bin/kubectl;
kind create cluster --image kindest/node:v$(KUBERNETES_VERSION)@sha256:$(KIND_NODE_HASH) --wait 3m;

.PHONY: cloud-provider-kind
cloud-provider-kind:
@go install sigs.k8s.io/cloud-provider-kind@latest
@sudo install ~/go/bin/cloud-provider-kind /usr/local/bin

.PHONY: delete-kind
delete-kind:
#@mkdir -p .bin/
Expand Down

0 comments on commit 0a596ca

Please sign in to comment.