Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci/baremetal: add worker node labels required by kubelet tests
Browse files Browse the repository at this point in the history
Part of #376.

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian authored and iaguis committed May 20, 2020
1 parent 1999f15 commit af2e06d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/baremetal/baremetal-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ cluster "bare-metal" {
"node2",
"node3",
]

labels = [
"testing.io=yes",
"roleofnode=testing",
]
}

0 comments on commit af2e06d

Please sign in to comment.