Skip to content

request: Add Reusable Kind cluster creation CI action #1068

Description

@jaiakash

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions