Created
May 9, 2020 02:41
-
-
Save lots0logs/cdfbcbcf09b7f9583e612aa9c47ed34c to your computer and use it in GitHub Desktop.
K8s :: DigitalOcean :: Ubuntu 20.04 :: Fix journalctl returning "-- No entries --"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
runcmd: | |
# BEGIN Fix journalctl command mismatched machine id | |
- systemctl restart systemd-journald.service | |
# END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment