Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support alluxio container network #1287

Merged

Conversation

allenhaozi
Copy link
Contributor

Signed-off-by: mahao [email protected]

Ⅰ. Describe what this PR does

support alluxio container network

Ⅱ. Does this pull request fix one issue?

#989

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch 2 times, most recently from 8ee8252 to 4eb289e Compare December 18, 2021 14:36
@codecov
Copy link

codecov bot commented Apr 17, 2022

Codecov Report

Merging #1287 (340484f) into master (43ed628) will decrease coverage by 15.87%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master    #1287       +/-   ##
===========================================
- Coverage   69.15%   53.27%   -15.88%     
===========================================
  Files         269      279       +10     
  Lines       15475    20124     +4649     
===========================================
+ Hits        10702    10722       +20     
- Misses       3622     8251     +4629     
  Partials     1151     1151               
Impacted Files Coverage Δ
api/v1alpha1/alluxioruntime_types.go 33.33% <ø> (ø)
pkg/ddc/alluxio/types.go 100.00% <ø> (ø)
api/v1alpha1/container_network.go 100.00% <100.00%> (ø)
pkg/ddc/alluxio/transform.go 53.45% <100.00%> (ø)
pkg/ddc/alluxio/transform_fuse.go 70.00% <100.00%> (ø)
api/v1alpha1/dataload_types.go 100.00% <0.00%> (ø)
api/v1alpha1/databackup_types.go 100.00% <0.00%> (ø)
api/v1alpha1/openapi_generated.go 0.00% <0.00%> (ø)
api/v1alpha1/dataset_types.go 15.38% <0.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43ed628...340484f. Read the comment docs.

@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch 4 times, most recently from cae256c to 9630a4c Compare May 3, 2022 02:30
@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch from 9630a4c to a210356 Compare May 3, 2022 04:31
@allenhaozi allenhaozi marked this pull request as ready for review May 3, 2022 04:50
@allenhaozi
Copy link
Contributor Author

@cheyang Please review this pr. thank you

cmd/webhook/app/init.go Outdated Show resolved Hide resolved
cmd/webhook/app/webhook.go Outdated Show resolved Hide resolved
@@ -12,7 +12,6 @@
# This should not be modified in the usual case.
fullnameOverride: alluxio

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update the version and changelog in alluxio chart? thanks.

@@ -12,6 +12,7 @@
{{ if .Values.fuse.enabled -}}
{{- $shortCircuitEnabled := .Values.shortCircuit.enabled -}}
{{- $needDomainSocketVolume := and $shortCircuitEnabled (eq .Values.shortCircuit.policy "uuid") }}
{{- $fuseHostNetwork := .Values.fuse.hostNetwork }}

apiVersion: apps/v1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the following configuration?

 - name: ALLUXIO_WORKER_CONTAINER_HOSTNAME
            valueFrom:
              fieldRef:
                fieldPath: status.podIP

@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch from 07f867a to 5600d8b Compare May 21, 2022 08:38
@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch from 5600d8b to 858e477 Compare May 21, 2022 08:43
@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch from b32be6f to 32af4df Compare May 21, 2022 13:13
@allenhaozi allenhaozi force-pushed the feat/alluxio-container-network branch from 32af4df to 340484f Compare May 21, 2022 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants