fluid
fluid copied to clipboard
Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13. Commits f779452 Merge pull request #2539 from github/update-v3.26.13-0c3e00641 5329324 Update CHANGELOG.md 007ba25 Update changelog for v3.26.13 0c3e006 Merge pull request #2536 from yoff/python/ff-std-lib-extraction 38469af...
I'm trying to reproduce your test on accelerate machine learning with fluid, the link is: https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/samples/machinelearning.md may I have a copy of the dataset you use in the machine learning...
Prefer COPY over ADD for copying local resources in addons/dynamic-mount/ossfs/docker/Dockerfile:21 In Dockerfiles, it is recommended to use the COPY instruction over the ADD instruction for copying local resources. The COPY...
**What is your environment(Kubernetes version, Fluid version, etc.)** alluixo controller image: fluidcloudnative/alluxioruntime-controller:v1.0.1-14eda3b runtime image: alluxio/alluxio-dev:2.9.0 fuse image: alluxio/alluxio-dev:2.9.0 **Describe the bug** 用jindo dataload功能时 定时去预热  现在会报错 然后dataload的pod也没创建  **What you...
With Fluid's expansion for flexible usage of datasets, it is now permitted for the length of the mounts array in a dataset to be zero in some **Runtimes**. For example,...
**What is your environment(Kubernetes version, Fluid version, etc.)** alluixo controller image: fluidcloudnative/alluxioruntime-controller:v1.0.1-14eda3b runtime image: alluxio/alluxio-dev:2.9.0 fuse image: alluxio/alluxio-dev:2.9.0 **Describe the bug** use alluxio to accelerate data, but it seems that...
### Ⅰ. Describe what this PR does `Dataset` CRD 增加一个 `allowEmptyMounts` 字段,如果为 `true` 的话,则 `Dataset` 的 `spec.mounts` 允许传空。 我的场景中,需要使用一个自定义的 `ThinRuntime` 去实现一些自定义挂载的功能,比如动态挂载/卸载数据集。 在卸载数据集场景中,用户有可能把 `mounts` 卸成空。但是当前的 CRD 中,虽然 `kubebuilder` 注释中写了 "允许为空": 但是目前不生效:...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.5 to 0.18.5. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.5 What's Changed :bug: Suppress API server warnings in the client by @k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2890 :bug: AddMetricsServerExtraHandler: Info...
**What feature you'd like to add:** Ability to specify different ak/sk for different mounts. You can do this for now, but only the last aksk will work. **Why is this...
Hello everyone, I've been working with our Makefile and I noticed that there are several areas where we can improve its structure and functionality. Optimizing the Makefile can lead to...