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

Reduce file mount needs when deploy in the Kubernetes #146

Merged
merged 6 commits into from
Sep 25, 2024

Conversation

mrproliu
Copy link
Contributor

@mrproliu mrproliu commented Sep 25, 2024

During the previous deployment, it was necessary to mount the root "/" on the host machine, but now the required file paths have been reduced.
In the new version, please ensure that the following directories depend on the corresponding host machine:

  1. /sys: must use the same path as the host directory.
  2. /proc: can be mounted with a different path using the env keyROVER_HOST_PROC_MAPPING declaration.
  3. /etc: can be mounted with a different path using the env key ROVER_HOST_ETC_MAPPING declaration.

@mrproliu mrproliu marked this pull request as draft September 25, 2024 06:56
@mrproliu mrproliu added the enhancement New feature or request label Sep 25, 2024
@mrproliu mrproliu added this to the 0.7.0 milestone Sep 25, 2024
@mrproliu mrproliu marked this pull request as ready for review September 25, 2024 10:02
@wu-sheng wu-sheng merged commit 782bcd5 into apache:main Sep 25, 2024
28 checks passed
@mrproliu mrproliu deleted the reduce-file-permission branch September 25, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants