-
Notifications
You must be signed in to change notification settings - Fork 962
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
support alluxio container network #1287
Conversation
8ee8252
to
4eb289e
Compare
Signed-off-by: mahao <[email protected]>
4eb289e
to
9729a91
Compare
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
cae256c
to
9630a4c
Compare
Signed-off-by: mahao <[email protected]>
9630a4c
to
a210356
Compare
@cheyang Please review this pr. thank you |
charts/alluxio/values.yaml
Outdated
@@ -12,7 +12,6 @@ | |||
# This should not be modified in the usual case. | |||
fullnameOverride: alluxio | |||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
07f867a
to
5600d8b
Compare
5600d8b
to
858e477
Compare
b32be6f
to
32af4df
Compare
32af4df
to
340484f
Compare
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