Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sefgsefg authored Aug 16, 2024
1 parent 6a47a3f commit 42014b2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/actions /kfp-cluster/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Set up KFP on KinD"
description: "Step to start and configure KFP on KinD"

runs:
using: "composite"
steps:
- name: Create k8s Kind Cluster
uses: container-tools/kind-action@v2
with:
cluster_name: kfp
kubectl_version: v1.29.2
version: v0.22.0
node_image: kindest/node:v1.29.2

- name: Build images
shell: bash
run: ./scripts/deploy/github/build-images.sh

- name: Deploy KFP
shell: bash
run: ./scripts/deploy/github/deploy-kfp.sh

0 comments on commit 42014b2

Please sign in to comment.