Skip to content

Commit

Permalink
Update helm-chart-fluid-1.0.0-alpha.13, To #53506158
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang committed Dec 15, 2023
1 parent 3876412 commit 42079dc
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 48 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.0-alpha.12
version: 1.0.0-alpha.13

# 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.0-11ffb69
appVersion: 1.0.0-8abc63f
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
19 changes: 19 additions & 0 deletions charts/fluid/templates/webhook/plugins-profile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{{ if .Values.webhook.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: webhook-plugins
namespace: {{ include "fluid.namespace" . }}
data:
pluginsProfile: |
{{- if .Values.webhook.forceReplacePluginsProfile }}
{{ toYaml .Values.webhook.pluginsProfile | indent 4 }}
{{- else }}
{{- $existing := (lookup "v1" "ConfigMap" (include "fluid.namespace" .) "webhook-plugins") }}
{{- if $existing }}
{{ $existing.data.pluginsProfile | indent 4 }}
{{- else }}
{{ toYaml .Values.webhook.pluginsProfile | indent 4 }}
{{- end }}
{{- end }}
{{- end }}
19 changes: 0 additions & 19 deletions charts/fluid/templates/webhook/tiered-conf.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions charts/fluid/templates/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,15 @@ spec:
- containerPort: 8080
name: metrics
protocol: TCP
volumeMounts:
- mountPath: /etc/fluid
name: webhook-plugins
volumes:
- name: webhook-plugins
configMap:
name: webhook-plugins
items:
- key: pluginsProfile
path: plugins.profile
mode: 0444
{{- end }}
72 changes: 45 additions & 27 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.0-11ffb69
image: fluidcloudnative/fluid-crd-upgrader:v1.0.0-8abc63f

## 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.0-11ffb69
image: fluidcloudnative/dataset-controller:v1.0.0-8abc63f

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.0-11ffb69
image: fluidcloudnative/fluid-csi:v1.0.0-8abc63f
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -62,7 +62,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-11ffb69
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-8abc63f
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -83,7 +83,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.8
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.0-11ffb69
image: fluidcloudnative/jindoruntime-controller:v1.0.0-8abc63f
init:
portCheck:
enabled: false
Expand All @@ -99,7 +99,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-11ffb69
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-8abc63f
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -111,7 +111,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-11ffb69
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-8abc63f
fuse:
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
eeimage: juicedata/juicefs-fuse:ee-4.9.16
Expand All @@ -121,7 +121,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.0-11ffb69
image: fluidcloudnative/thinruntime-controller:v1.0.0-8abc63f
fuse:
configStorage: configmap
efc:
Expand All @@ -130,7 +130,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.0-11ffb69
image: fluidcloudnative/efcruntime-controller:v1.0.0-8abc63f
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -143,33 +143,51 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.0-11ffb69
image: fluidcloudnative/fluid-webhook:v1.0.0-8abc63f
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
tolerations:
- operator: Exists
# if configmap `tiered-locality-config` exists and not want to replace the content, set this to false.
forceReplaceTieredLocality: false
tieredLocality:
preferred:
# fluid existed node affinity, the name can not be modified.
- name: fluid.io/node
weight: 100
# runtime worker's zone label name, can be changed according to k8s environment.
- name: topology.kubernetes.io/zone
weight: 50
# runtime worker's region label name, can be changed according to k8s environment.
- name: topology.kubernetes.io/region
weight: 20
# used when app pod with label fluid.io/dataset.{dataset name}.sched set true
required:
- fluid.io/node
# if configmap `webhook-plugins` exists and not want to replace the content, set this to false.
forceReplacePluginsProfile: false
pluginsProfile:
plugins:
# serverful webhook plugins
serverful:
withDataset:
- RequireNodeWithFuse
- NodeAffinityWithCache
- MountPropagationInjector
withoutDataset:
- PreferNodesWithoutCache
# serverless webhook plugins
serverless:
withDataset:
- FuseSidecar
withoutDataset: []
pluginConfig:
- name: NodeAffinityWithCache
# plugin args is a serialized yaml string.
args: |
preferred:
# fluid existed node affinity, the name can not be modified.
- name: fluid.io/node
weight: 100
# runtime worker's zone label name, can be changed according to k8s environment.
- name: topology.kubernetes.io/zone
weight: 50
# runtime worker's region label name, can be changed according to k8s environment.
- name: topology.kubernetes.io/region
weight: 20
# used when app pod with label fluid.io/dataset.{dataset name}.sched set true
required:
- fluid.io/node
fluidapp:
enabled: true
replicas: 1
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.0-11ffb69
image: fluidcloudnative/application-controller:v1.0.0-8abc63f

0 comments on commit 42079dc

Please sign in to comment.