Skip to content

Commit

Permalink
Merge branch 'master' into wangxu
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxu committed Mar 2, 2022
2 parents 2f66caa + 2727bc7 commit f9fe419
Show file tree
Hide file tree
Showing 12 changed files with 452 additions and 397 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
## What is Fluid?
Fluid is an open source Kubernetes-native Distributed Dataset Orchestrator and Accelerator for data-intensive applications, such as big data and AI applications. It is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CNCF) as a sandbox project.

|<img src="https://user-images.githubusercontent.com/5708406/91202310-31eaab80-e734-11ea-84fc-c1b1882ae71c.png" height="24"/>&nbsp;Community Meeting|
|------------------|
| The Fluid project holds bi-weekly community online meeting. To join or watch previous meeting notes and recordings, please see [meeting schedule](https://github.com/fluid-cloudnative/community/wiki/Meeting-Schedule) and [meeting minutes](https://github.com/fluid-cloudnative/community/wiki/Meeting-Agenda-and-Notes). |

# Fluid
English | [简体中文](./README-zh_CN.md)

Expand Down
1 change: 0 additions & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/fluid-dataloader/jindo/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data:
fi
if [[ $enbaleCacheListLocation == 'false' ]]; then
cmd="$cmd -R -replica $replica $default$path"
cmd="$cmd -s -R -replica $replica $default$path"
echo -e "execute cmd $cmd"
time $cmd
else
Expand All @@ -80,7 +80,7 @@ data:
chmod 755 ossutil64
./ossutil64 -e $cacheListEndpoint -i $cacheListAccessKeyId -k $cacheListAccessKeySecret cp $cacheListUrl /cachelist.txt
echo -e "--- enable File List"
cmd="$cmd -R -replica $cacheListReplica -cachelist /cachelist.txt -thread $cacheListThread $default/"
cmd="$cmd -s -R -replica $cacheListReplica -cachelist /cachelist.txt -thread $cacheListThread $default/"
echo -e "execute cmd $cmd"
time $cmd
fi
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.7.0-394621b
appVersion: 0.7.0-bec1c1a
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
20 changes: 10 additions & 10 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workdir: /tmp

dataset:
controller:
image: fluidcloudnative/dataset-controller:v0.7.0-394621b
image: fluidcloudnative/dataset-controller:v0.7.0-bec1c1a

csi:
featureGates: "FuseRecovery=true"
Expand All @@ -15,7 +15,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: fluidcloudnative/fluid-csi:v0.7.0-394621b
image: fluidcloudnative/fluid-csi:v0.7.0-bec1c1a
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -28,9 +28,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.7.0-394621b
image: fluidcloudnative/init-users:v0.7.0-bec1c1a
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-394621b
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-bec1c1a
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.7.2-SNAPSHOT-3714f2b
fuse:
Expand All @@ -44,32 +44,32 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.8.0
controller:
image: fluidcloudnative/jindoruntime-controller:v0.7.0-394621b
image: fluidcloudnative/jindoruntime-controller:v0.7.0-bec1c1a
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.7.0-394621b
image: fluidcloudnative/init-users:v0.7.0-bec1c1a
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.7.0-394621b
image: fluidcloudnative/init-users:v0.7.0-bec1c1a
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-394621b
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-bec1c1a
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
image: ccr.ccs.tencentyun.com/qcloud/goosefs-fuse:v1.2.0
juicefs:
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-394621b
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-bec1c1a
fuse:
image: juicedata/juicefs-csi-driver:v0.11.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.7.0-394621b
image: fluidcloudnative/fluid-webhook:v0.7.0-bec1c1a
replicas: 1

Loading

0 comments on commit f9fe419

Please sign in to comment.