kubeflow / kubeflow/testing

request: Add Reusable Kind cluster creation CI action

Open
#1,068 11 comments 0 reactions 1 assignee View on GitHub

@Soundcreates is already working on this.

Since Sep 12, 2026.

good first issue help wanted
Dominant language
Python
Stars
61
Forks
91
Avg merge
12d 10h
Merged PRs (30d)
1

Description

Why we need it?

We have lot of protect which uses CI action which creates kind cluster for its CI. I want to add a reusable composite action (.github/actions/create-cluster) that spins up a local Kubernetes cluster (Kind) so CI jobs can run against a real cluster instead of each workflow re-implementing the setup inline.

The same action already exists and is in use in the

Requirement

  • Adds common action for cluster creation with inputs for Kubernetes version and the Kind node image.
  • Exports KUBECONFIG so subsequent steps can talk to the cluster directly.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.