Skip to content

create kind cluster

create kind cluster #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: test sx-cnp-oss k3d stack on kind cluster
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:

Check failure on line 22 in .github/workflows/cluster-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cluster-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
cluster_name: sx-cnp-oss-cluster