Skip to content

Commit

Permalink
Create Kind cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 22, 2024
1 parent e61f3a3 commit f5258e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_kube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Create Cluster

on: push

jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v1

0 comments on commit f5258e0

Please sign in to comment.