Skip to content

Commit

Permalink
Merge pull request #66 from cheyang/helm-chart-fluid-1.0.2-alpha.1
Browse files Browse the repository at this point in the history
Helm chart fluid 1.0.2 alpha.1
  • Loading branch information
cheyang authored Jul 17, 2024
2 parents 5660bf3 + 8a4163a commit cf90bda
Show file tree
Hide file tree
Showing 50 changed files with 50,280 additions and 17 deletions.
4 changes: 2 additions & 2 deletions charts/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.0.1
version: 1.0.2-alpha.1

# 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: 1.0.1-14eda3b
appVersion: 1.0.2-3cb8480
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
1 change: 0 additions & 1 deletion charts/fluid/templates/role/juicefs/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ rules:
verbs:
- get
- list
- create
- watch
- apiGroups:
- ""
Expand Down
2 changes: 0 additions & 2 deletions charts/fluid/templates/role/vineyard/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ rules:
resources:
- pods
verbs:
- create
- delete
- get
- list
- watch
Expand Down
24 changes: 12 additions & 12 deletions charts/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crdUpgrade:
enabled: true
# This sets the time-to-live (TTL) for crd-upgrade jobs. Default is 259200 seconds (3 days).
ttlSecondsAfterFinished: 259200
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-14eda3b
image: fluidcloudnative/fluid-crd-upgrader:v1.0.2-3cb8480

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -25,7 +25,7 @@ dataset:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/dataset-controller:v1.0.1-14eda3b
image: fluidcloudnative/dataset-controller:v1.0.2-3cb8480

csi:
tolerations:
Expand All @@ -36,7 +36,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v1.0.1-14eda3b
image: fluidcloudnative/fluid-csi:v1.0.2-3cb8480
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -63,7 +63,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/alluxioruntime-controller:v1.0.2-3cb8480
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -84,7 +84,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:6.2.0
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/jindoruntime-controller:v1.0.2-3cb8480
init:
portCheck:
enabled: false
Expand All @@ -100,7 +100,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/goosefsruntime-controller:v1.0.2-3cb8480
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -112,7 +112,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/juicefsruntime-controller:v1.0.2-3cb8480
fuse:
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
eeimage: juicedata/juicefs-fuse:ee-4.9.16
Expand All @@ -122,7 +122,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/thinruntime-controller:v1.0.2-3cb8480
fuse:
configStorage: configmap
efc:
Expand All @@ -131,7 +131,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/efcruntime-controller:v1.0.2-3cb8480
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -148,7 +148,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-14eda3b
image: fluidcloudnative/vineyardruntime-controller:v1.0.2-3cb8480
imagePullPolicy: Always
master:
image: registry.aliyuncs.com/vineyard/vineyardd:v0.22.2
Expand All @@ -159,7 +159,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.1-14eda3b
image: fluidcloudnative/fluid-webhook:v1.0.2-3cb8480
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand Down Expand Up @@ -210,5 +210,5 @@ fluidapp:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.1-14eda3b
image: fluidcloudnative/application-controller:v1.0.2-3cb8480
featureGates: "DataflowAffinity=false"
23 changes: 23 additions & 0 deletions history-versions/v1.0.1/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
61 changes: 61 additions & 0 deletions history-versions/v1.0.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
### 0.1.0

* Update CSI image
* Update dataset CRD

### 0.2.0

* Refactor and clean up the code


### 0.3.0

* Speed up Volume and hostPath in Kubernetes
* Add RunAs


### 0.4.0

* Add debug info for csi
* Make mount root configurable
* Update HCFS URL
* Split the controller into alluxio runtime and dataset
* Implement DataLoad CRD and DataLoad controller


### 0.5.0

* Remove hostnetwork from the controller config
* Add JindoRuntime
* Avoid running in virtual kubelet node

### 0.6.0

* Add data affinity scheduling
* Auto Scaling
* High Availability
* Update mountPoint dynamically in runtime
* Add GooseFSRuntime

### 0.7.0

* Add mountPropagation for registrar
* Add syncRetryDuration
* Add auto fuse recovery

### 0.8.0

* Add application controller component
* Add Go gull profile capablities
* Support setting global image pull secrets
* Update mutating webhook configuration rules
* Support configurable pod metadata of runtimes
* Scale runtime controllers on demand

### 0.9.0
* Support pass image pull secrets from fluid charts to alluxioruntime controller
* Fix components rbacs and set Fluid CSI Plugin with node-authorized kube-client

### 1.0.0
* Fix CSI Plugin loop mount bug
* Make toleration configurable
27 changes: 27 additions & 0 deletions history-versions/v1.0.1/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: v2
name: fluid
description: A Helm chart to deploy fluid in Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.0.1

# 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: 1.0.1-14eda3b
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
- fluid
- namespace:fluid-system
- releaseName:fluid
115 changes: 115 additions & 0 deletions history-versions/v1.0.1/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
0924:

Version: https://github.com/cheyang/alluxio/commit/c8a46e3203d08cdb2d9ca81b0c684fdf30057923
Branch: https://github.com/cheyang/alluxio/commits/branch-2.3-fuse-non-root-optimize

0926:
Version: https://github.com/cheyang/alluxio/commit/e0feba36cba1b57a3a9a0b893f7a477556e4955c
Branch: https://github.com/cheyang/alluxio/commits/branch-2.3-fuse-pod-for-non-root

1024:
Version: https://github.com/Alluxio/alluxio/commit/75a8e27b30141a44f9378cbbed1bc04dbbfbbe0e
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1030:
Version: https://github.com/Alluxio/alluxio/commit/c5128a866be2ea29c38ada30de4c0b819d617516
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1103:
Version: https://github.com/Alluxio/alluxio/commit/9291b5f6115fc6a25b42d81ccdc34ac7eeea2632
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1106:
Version: https://github.com/Alluxio/alluxio/commit/42a0cf7df85be3225d226a36b37908d04e8cb595
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1109:
Version: https://github.com/Alluxio/alluxio/commit/238b7eb3ec58270aabf7004ac01cc89e6034b93e
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse


1117:
Version: https://github.com/Alluxio/alluxio/commit/2c412267e0e749ced63262d53043cf753cc11927
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse

1129:
Version: https://github.com/Alluxio/alluxio/commit/985b84c2907e75ceee1985b3953bf9087645e693
Branch: https://github.com/Alluxio/alluxio/commits/branch-2.3-fuse


1223:

Version: https://github.com/Alluxio/alluxio/commit/9833d5f0841ef03fc9bb572fe4dccdd73bb98175
Branch: https://github.com/Alluxio/alluxio


20210203:

Version: https://github.com/Alluxio/alluxio/commit/f4676d33a99a1ccf858be22a2fb64eadb5f0bd79
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2

20210210:

Version: https://github.com/Alluxio/alluxio/commit/f4676d33a99a1ccf858be22a2fb64eadb5f0bd79
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2


20210217:

Version: https://github.com/Alluxio/alluxio/commit/bfff8c6881e5cb045fd1d84c59acba26078bb4d9
Branch: https://github.com/Alluxio/alluxio/commits/release-2.4.1-2

20210324:

Version: https://github.com/Alluxio/alluxio/commit/cb60e05b5e5f938dbae084fa2f8d719d6b23a9a7
Branch: https://github.com/alluxio/alluxio/tree/release-2.5.0-1

20210417:

release-2.5.0-2-SNAPSHOT-52ad95c

Version: https://github.com/Alluxio/alluxio/commit/52ad95ca6b6af5c19a73a48f01a15db9d81ea38c
Branch: https://github.com/alluxio/alluxio/tree/release-2.5.0-2

20211123:

release-2.7.0-SNAPSHOT-c058736

Version: https://github.com/Alluxio/alluxio/commit/c05873681a824c8e056b71e3b97cb3706ed63c91
Branch: https://github.com/Alluxio/alluxio/commits/release-2.7.0

20211230:

release-2.7.2-SNAPSHOT-5e6f20c

Version: https://github.com/Alluxio/alluxio/commit/5e6f20c99f7a9dcec390775c319adfd7a7ec791d
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.2

20220103:

release-2.7.2-SNAPSHOT-3714f2b

Version: https://github.com/Alluxio/alluxio/commit/3714f2b990c021fd17b22ccbc12e71e0dcdfca77
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.2

20220506:

release-2.7.3-SNAPSHOT-a7154f1

Version: https://github.com/Alluxio/alluxio/commit/a7154f19de408de1395c2c4985e0ed9809e6c3c1
Branch: https://github.com/Alluxio/alluxio/tree/release-2.7.3


20220510:

release-2.8.1-SNAPSHOT-0433ade

Version: https://github.com/Alluxio/alluxio/commit/0433aded47b69a9bc34bdf7676cb3224a1ddb2a1
Branch: https://github.com/Alluxio/alluxio/tree/release-2.8.0

20221202:

alluxio/alluxio-dev:2.9.0

Version: https://github.com/Alluxio/alluxio/commit/9b78c5b16f855bf22744e8fcad584f47322da9ce
Branch: https://github.com/Alluxio/alluxio/tree/release-2.9.0
Loading

0 comments on commit cf90bda

Please sign in to comment.