Skip to content

Commit cdf245b

Browse files
used Host Path volume to get the data
1 parent 310bf06 commit cdf245b

File tree

3 files changed

+744
-723
lines changed

3 files changed

+744
-723
lines changed

prombench/manifests/cluster_kind.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ nodes:
99
kubeletExtraArgs:
1010
node-labels: "node-name=main-node"
1111
- role: worker
12+
extraMounts:
13+
- hostPath: /home/lenovo/data1
14+
containerPath: /mnt/data
1215
kubeadmConfigPatches:
1316
- |
1417
kind: JoinConfiguration
1518
nodeRegistration:
1619
kubeletExtraArgs:
1720
node-labels: "isolation=prometheus,node-name=prometheus-{{ .PR_NUMBER }}"
1821
- role: worker
22+
extraMounts:
23+
- hostPath: /home/lenovo/data2S
24+
containerPath: /mnt/data
1925
kubeadmConfigPatches:
2026
- |
2127
kind: JoinConfiguration

0 commit comments

Comments
 (0)