Skip to content

Commit

Permalink
Docker build for eacruntime controller (fluid-cloudnative#2507)
Browse files Browse the repository at this point in the history
* Add eacruntime controller build, To #43000843

Signed-off-by: cheyang <[email protected]>

* Add eacruntime controller build, To #43000843

Signed-off-by: cheyang <[email protected]>

* Add eacruntime controller build, To #43000843

Signed-off-by: cheyang <[email protected]>

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang committed Feb 14, 2023
1 parent c88d664 commit 9e041f9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ DOCKER_BUILD += docker-build-csi
DOCKER_BUILD += docker-build-webhook
DOCKER_BUILD += docker-build-juicefsruntime-controller
DOCKER_BUILD += docker-build-thinruntime-controller
DOCKER_BUILD += docker-build-eacruntime-controller
DOCKER_BUILD += docker-build-init-users
DOCKER_BUILD += docker-build-crd-upgrader

Expand All @@ -80,6 +81,7 @@ DOCKER_PUSH += docker-push-webhook
DOCKER_PUSH += docker-push-goosefsruntime-controller
DOCKER_PUSH += docker-push-juicefsruntime-controller
DOCKER_PUSH += docker-push-thinruntime-controller
DOCKER_PUSH += docker-push-eacruntime-controller
DOCKER_PUSH += docker-push-init-users
DOCKER_PUSH += docker-push-crd-upgrader

Expand All @@ -93,6 +95,7 @@ DOCKER_BUILDX_PUSH += docker-buildx-push-csi
DOCKER_BUILDX_PUSH += docker-buildx-push-webhook
DOCKER_BUILDX_PUSH += docker-buildx-push-juicefsruntime-controller
DOCKER_BUILDX_PUSH += docker-buildx-push-thinruntime-controller
DOCKER_BUILDX_PUSH += docker-buildx-push-eacruntime-controller
DOCKER_BUILDX_PUSH += docker-buildx-push-init-users
DOCKER_BUILDX_PUSH += docker-buildx-push-crd-upgrader

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.9.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.9.0-2967f96
appVersion: 0.9.0-e503877
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
36 changes: 18 additions & 18 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-2967f96
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-e503877

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.0-2967f96
image: fluidcloudnative/dataset-controller:v0.9.0-e503877

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -21,7 +21,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun
plugins:
image: fluidcloudnative/fluid-csi:v0.9.0-2967f96
image: fluidcloudnative/fluid-csi:v0.9.0-e503877
kubelet:
rootDir: /var/lib/kubelet
pruneFs: fuse.alluxio-fuse,fuse.jindofs-fuse,fuse.juicefs,fuse.goosefs-fuse,ossfs
Expand All @@ -37,9 +37,9 @@ runtime:
portAllocatePolicy: bitmap
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-2967f96
image: fluidcloudnative/init-users:v0.9.0-e503877
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-2967f96
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-e503877
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -56,20 +56,20 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.2
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.0-2967f96
image: fluidcloudnative/jindoruntime-controller:v0.9.0-e503877
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.9.0-2967f96
image: fluidcloudnative/init-users:v0.9.0-e503877
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-2967f96
image: fluidcloudnative/init-users:v0.9.0-e503877
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-2967f96
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-e503877
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -78,36 +78,36 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-2967f96
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-e503877
fuse:
image: juicedata/juicefs-fuse:v1.0.0-4.8.0
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.0-2967f96
image: fluidcloudnative/thinruntime-controller:v0.9.0-e503877
eac:
replicas: 1
enabled: false
controller:
image:
image: fluidcloudnative/eacruntime-controller:v0.9.0-e503877
imagePullPolicy: Always
init:
image:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v0.1.0-196d2b1
master:
image:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/eac-fuse:v0.1.0-196d2b1
worker:
image:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/eac-worker:v0.1.0-196d2b1
fuse:
image:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/eac-fuse:v0.1.0-196d2b1

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.0-2967f96
image: fluidcloudnative/fluid-webhook:v0.9.0-e503877
replicas: 1

fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.0-2967f96
image: fluidcloudnative/application-controller:v0.9.0-e503877

0 comments on commit 9e041f9

Please sign in to comment.