Yeah, we should be able to generate yaml files with/without worker fuse, maybe add a parameter to control that. But only one set of yaml files should be created based on the parameter.
emmmm... usually if users use worker fuse, standalone fuse is not needed, but there is no harm to include the standalone fuse yaml file as well.... do what you feel is easier.
Prerequisites:
helm-generated.sh
and PR https://github.com/Alluxio/alluxio/pull/13234 together with the comments.@LuQQiu has a PR https://github.com/Alluxio/alluxio/pull/13234 https://github.com/Alluxio/alluxio/pull/13234/commits In the first commit, she added the Standalone Fuse helm yarm example auto-generated by the
helm-generate.sh
with some custom changes. In the second commit, she added the actual changes she wants https://github.com/Alluxio/alluxio/pull/13234/commits/7c2d2a2b11571d4e91b98ce0e9ce714eeb411053First, change the
helm-generate.sh
script to reflect the changes of https://github.com/Alluxio/alluxio/pull/13234/commits/7c2d2a2b11571d4e91b98ce0e9ce714eeb411053 to support worker Fuse instead of standalone fuse.Second, change the
helm-generate.sh
to support both WorkerFuse and StandaloneFuse mode.Time estimate: 1 month