Skip to content

Commit

Permalink
enhancement: remove juicefs fuse readiness probe (fluid-cloudnative#3435
Browse files Browse the repository at this point in the history
)

* Remove useless readiness probe on JuiceFS fuse

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

* Remove useless readiness probe on JuiceFS fuse

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

---------

Signed-off-by: trafalgarzzz <[email protected]>
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
TrafalgarZZZ authored and cheyang committed Sep 5, 2023
1 parent 3ca580b commit a2f04fa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/juicefs/templates/fuse/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ spec:
value: {{ .Values.runtimeIdentity.namespace }}
- name: FLUID_RUNTIME_NAME
value: {{ .Values.runtimeIdentity.name }}
readinessProbe:
exec:
command:
- sh
- -c
- 'if [ x$({{ .Values.fuse.statCmd }}) = x1 ]; then exit 0; else exit 1; fi '
failureThreshold: 3
initialDelaySeconds: 1
periodSeconds: 1
successThreshold: 1
timeoutSeconds: 1
ports:
{{- if .Values.fuse.metricsPort }}
- containerPort: {{ .Values.fuse.metricsPort }}
Expand Down

0 comments on commit a2f04fa

Please sign in to comment.