Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkai8048 committed Jan 7, 2022
1 parent 5d042b1 commit e797405
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
6 changes: 3 additions & 3 deletions charts/templates/csi-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ data:
{
"diskSelector": [
{
"name": "hdd1" ,
"re": ["sdb","vdb"],
"name": "carina-vg-hdd" ,
"re": ["vdb"],
"policy": "LVM",
"nodeLabel": "kubernetes.io/hostname"
},
{
"name": "hdd2",
"re": ["sdc","vdc"],
"re": ["sdc","vdd1"],
"policy": "LVM",
"nodeLabel": "kubernetes.io/hostname"
},
Expand Down
6 changes: 3 additions & 3 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ node:
enable: false
initContainer:
modprobe:
- dm_snapshot
- dm_mirror
- dm_thin_pool
# - dm_snapshot
# - dm_mirror
# - dm_thin_pool
#- bcache
enablePerfOptimization: true
tolerations:
Expand Down
9 changes: 0 additions & 9 deletions e2e/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,5 @@ kind: Cluster
nodes:
- role: control-plane
- role: worker
extraMounts:
- containerPath: /dev
hostPath: /dev
- role: worker
extraMounts:
- containerPath: /dev
hostPath: /dev
- role: worker
extraMounts:
- containerPath: /dev
hostPath: /dev
2 changes: 1 addition & 1 deletion examples/kubernetes/deploymentspeedlimit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 17Gi
storage: 100Mi
storageClassName: csi-carina-sc
volumeMode: Filesystem
2 changes: 1 addition & 1 deletion examples/kubernetes/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 7Gi
storage: 100Mi
storageClassName: csi-carina-sc
volumeMode: Filesystem
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
chartPath: ./charts
setValues:
image.carina.repository: registry.cn-hangzhou.aliyuncs.com/antmoveh/carina
image.carina.tag: v0.9.0-45-g2674233-dirty
image.carina.tag: v0.9.0-46-g5d042b1-dirty
image.carina.pullPolicy: Always
imageStrategy:
helm:
Expand Down

0 comments on commit e797405

Please sign in to comment.