Skip to content

Commit

Permalink
add kind config to hack for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Jan 30, 2024
1 parent 19b2e17 commit 50af7eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions hack/kind.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
labels:
spin: true
- role: worker
labels:
wws: true
spin: true
- role: worker
labels:
slight: true
- role: worker
labels:
lunatic: true

0 comments on commit 50af7eb

Please sign in to comment.