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

v0.2.0: mkdir can't create directory /ark/config: File exists #57

Closed
schulmar opened this issue Apr 30, 2024 · 3 comments · Fixed by #58
Closed

v0.2.0: mkdir can't create directory /ark/config: File exists #57

schulmar opened this issue Apr 30, 2024 · 3 comments · Fixed by #58
Labels
bug Something isn't working

Comments

@schulmar
Copy link

When doing a fresh helm install with a pretty vanilla setup, I get the above error when booting up. 0.1.14 works fine with the same config.

@DrPsychick
Copy link
Collaborator

Thanks for reporting this @schulmar!

I see that the recent changes for crontab causes this error. The crontab should probably be optional and use a separate ConfigMap. To fix crontab, this might need some tweaks on the base image as well. (see SickHub/arkserver#17)

@DrPsychick
Copy link
Collaborator

to fix the startup, I now made crontab just optional. This should solve this bug.

@DrPsychick DrPsychick added the bug Something isn't working label May 1, 2024
@DrPsychick
Copy link
Collaborator

I can confirm that the crontab entry in the configMap is gone and it's also no longer mounted (volumeMounts) by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants