Skip to content

Commit

Permalink
Support fuse sidecar injection (fluid-cloudnative#1401)
Browse files Browse the repository at this point in the history
* Support serverless, To #38946668

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

Fix ut, To #38946668

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

* Signed-off-by: cheyang <[email protected]>

Add mountPropagationHostToContainer, To #37688693

Add testcase, To #37688693

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Feb 2, 2022
1 parent bffa96e commit 0fdffb3
Show file tree
Hide file tree
Showing 52 changed files with 5,046 additions and 79 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ DOCKER_BUILD += docker-build-alluxioruntime-controller
DOCKER_BUILD += docker-build-jindoruntime-controller
DOCKER_BUILD += docker-build-goosefsruntime-controller
DOCKER_BUILD += docker-build-csi
DOCKER_BUILD += docker-build-init-users
DOCKER_BUILD += docker-build-webhook
DOCKER_BUILD += docker-build-goosefsruntime-controller
DOCKER_BUILD += docker-build-juicefsruntime-controller
DOCKER_BUILD += docker-build-init-users

# Push docker images
DOCKER_PUSH := docker-push-dataset-controller
DOCKER_PUSH += docker-push-alluxioruntime-controller
DOCKER_PUSH += docker-push-jindoruntime-controller
DOCKER_PUSH += docker-push-jindoruntime-controller
DOCKER_PUSH += docker-push-csi
DOCKER_PUSH += docker-push-init-users
DOCKER_PUSH += docker-push-webhook
DOCKER_PUSH += docker-push-goosefsruntime-controller
DOCKER_PUSH += docker-push-juicefsruntime-controller
DOCKER_PUSH += docker-push-init-users

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions charts/fluid/fluid/templates/role/webhook/rabc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ rules:
resources:
- namespaces
- persistentvolumeclaims
- persistentvolumes
verbs:
- get
- list
Expand All @@ -36,10 +37,22 @@ rules:
- ""
resources:
- secrets
- configmaps
verbs:
- get
- create
- update
- list
- watch
- apiGroups:
- apps
resources:
- daemonsets
- daemonsets/status
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Loading

0 comments on commit 0fdffb3

Please sign in to comment.