Skip to content
Merged
Changes from all commits
Commits
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
5 changes: 1 addition & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
go-version: 1.25

- name: Setup kind
uses: engineerd/setup-kind@v0.6.2
with:
version: v0.31.0
skipClusterLogsExport: "true"
run: kind create cluster --wait 300s

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not strictly necessary, but in other places we specify the K8S version to be used by kind, to preserve the version being tested against (v0.31.0 in this case):

See: open-cluster-management-io/ocm@2f731e3#diff-3e103440521ada06efd263ae09b259e5507e4b8f7408308dc227621ad9efa31e

Without this you just get whatever is the default in the kind version that is packaged in the gh actions runner img.


- name: Setup Kubectl
uses: azure/setup-kubectl@v3
Expand Down
Loading