Skip to content

Commit

Permalink
add(tooling): Add disktype label on kind nodes
Browse files Browse the repository at this point in the history
the goal is to ease the CI migration from `kubeval` to `kubeconform` introduced by the PR #1199
  • Loading branch information
clamoriniere authored Feb 12, 2024
1 parent 7d8e76c commit 9e4ca0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
labels:
disktype: ssd
- role: worker
labels:
disktype: ssd
- role: worker
labels:
disktype: ssd

0 comments on commit 9e4ca0c

Please sign in to comment.