Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Missing journal mount path #9

Open
sazo opened this issue Nov 5, 2018 · 2 comments
Open

Missing journal mount path #9

sazo opened this issue Nov 5, 2018 · 2 comments

Comments

@sazo
Copy link

sazo commented Nov 5, 2018

I was getting a lot of errors when deploying your kubernetes template.

2018-11-05 09:50:07 +0000 [warn]: #0 Systemd::JournalError: No such file or directory retrying in 1s

Fixed it with adding missing mount paths

volumeMounts:
        - name: journal
          mountPath: /var/log/journal
          readOnly: true

volumes:
      - name: journal
        hostPath:
          path: /run/log/journal
@cmrust
Copy link
Contributor

cmrust commented Nov 5, 2018

@sazo, thanks for submitting the issue. What linux distro are you using?

@sazo
Copy link
Author

sazo commented Nov 6, 2018

Yes - CentOS Linux release 7.5.1804 (Core)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants