Ruofeng Lei

Results 6 issues of Ruofeng Lei

Failed to deploy the operator on my minikube cluster (v1.18.2): `make deply` error log: ``` go: creating new go.mod: module tmp go: found sigs.k8s.io/controller-tools/cmd/controller-gen in sigs.k8s.io/controller-tools v0.3.0 /home/ruofeng/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role...

bug

[BUG] Workload Pod scheduling does not satisfy the affinity of Dataset **What is your environment(Kubernetes version, Fluid version, etc.)** Fluid Version: fluid-dataset-controller:v0.7.0-3d66068 Kubernetes Version: v1.20.8 **Describe the bug** I'm following...

bug

**Provide a link to that doc page:** **What is the defect and your suggestions on improvement:** The metadata of ufs is not sync by default. In the docs, the only...

documentation

Signed-off-by: Ruofeng Lei ### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? Use the full svc cluster domain (x.svc.cluster.local) in alluxio config. The...

fix #3465 `uint(val.MemPercentagereq/100)` could be `0`. The memory result is always `0` when using percentage to allocate memory.

size/L

**What happened**: I'm using volcano-vgpu-device-plugin with Volcano, when i'm trying to allocate vgpu with resource: ``` volcano.sh/vgpu-number: 1 volcano.sh/vgpu-cores: 50 volcano.sh/vgpu-memory-percentage: 20 ``` The allocation results in Pod annotations show...

kind/bug