cheyang
cheyang
Webhooks can allow the developers to build or set up integrations which subscribe to certain events on private docker registry. When one of those events is triggered, the private docker...
**What feature you'd like to add:** Access dataset from pods in different namespace **Why is this feature needed:** Fluid uses Kubernetes' native Namespace as a division to manage Datasets on...
**What feature you'd like to add:** This feature will make the changes in `/etc/updatedb.conf` from ``` PRUNE_BIND_MOUNTS = "yes" PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. List the added test cases (unit test/integration test) if any, please explain...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #1967 ### Ⅲ. List the added test cases (unit test/integration test) if any,...
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** ``` ENV K8S_VERSION v1.14.8 RUN curl -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl ``` **What you expect to happen:**...
**What feature you'd like to add:** To make alluxio runtime support ARM 64 in the end. 1. Support Alluxio [Dockerfile](https://github.com/Alluxio/alluxio/blob/master/integration/docker/Dockerfile) for ARM platform 2. Build the build scripts in https://github.com/fluid-cloudnative/fluid/tree/master/tools/alluxio...
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** **What you expect to happen:** **How to reproduce it** **Additional Information**
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #1896 ### Ⅲ. List the added test cases (unit test/integration test) if any,...
**What feature you'd like to add:** VolumeType is the volume type of the tier. Should be one of the three types: `hostPath`, `emptyDir` and `volumeTemplate`. Currently we support `hostPath` and...