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

Mount /tmp directory into parse-failures template #2809

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

nimalank7
Copy link
Contributor

Description:

  • post-sync failures aren't being reported to #govuk-deploy-arts and give the following error message:
    level=error msg="cannot save parameter /tmp/message.txt" argo=true error="open /tmp/message.txt: no such file or directory"
  • This is due to alphagov/govuk-infrastructure@e7e840d setting Argo Workflow pods as readOnlyRootFileSystem
  • Solution is to mount /tmp in so the pod can write to it
  • As part of Roll out PSS Restricted profile. #1883

@nimalank7 nimalank7 force-pushed the mount-tmp-directory-for-parse-failures-template branch from 857842c to 0b52ff6 Compare December 2, 2024 11:26
Description:
- post-sync failures aren't being reported to `#govuk-deploy-arts` and give the following error message:
```level=error msg="cannot save parameter /tmp/message.txt" argo=true error="open /tmp/message.txt: no such file or directory"```
- This is due to alphagov/govuk-infrastructure@e7e840d setting Argo Workflow pods as `readOnlyRootFileSystem`
- Solution is to mount `/tmp` in so the pod can write to it
- As part of #1883
@nimalank7 nimalank7 requested a review from a team December 2, 2024 11:26
@nimalank7 nimalank7 merged commit b6b743e into main Dec 2, 2024
4 checks passed
@nimalank7 nimalank7 deleted the mount-tmp-directory-for-parse-failures-template branch December 2, 2024 11:46
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