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

GDB-10462: Updated cluster jobs to always use the temp folder #105

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

mihailradkov
Copy link
Contributor

Changes:

  • Updated all cluster jobs to explicitly use /tmp as a working directory to avoid permission errors due to the default security context's readOnlyRootFilesystem when the container has a starting folder different from /tmp.
  • Updated all utility scripts to use temporary files under /tmp for the same reason.
  • Prepared for version 11.0.1

- Updated all cluster jobs to explicitly use `/tmp` as a working directory to avoid
  permission errors due to the default security context's `readOnlyRootFilesystem`
  when the container has a starting folder different from `/tmp`.
- Updated all utility scripts to use temporary files under `/tmp` for the same reason.
- Prepared for version 11.0.1
@mihailradkov mihailradkov requested a review from yaskoo July 1, 2024 14:47
CHANGELOG.md Show resolved Hide resolved
@mihailradkov mihailradkov merged commit 964dd27 into main Jul 2, 2024
@mihailradkov mihailradkov deleted the GDB-10462-cluster-jobs-tmp branch July 2, 2024 11:56
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.

2 participants