Skip to content

Instantly share code, notes, and snippets.

@lots0logs
Created May 9, 2020 02:41
Show Gist options
  • Save lots0logs/cdfbcbcf09b7f9583e612aa9c47ed34c to your computer and use it in GitHub Desktop.
Save lots0logs/cdfbcbcf09b7f9583e612aa9c47ed34c to your computer and use it in GitHub Desktop.
K8s :: DigitalOcean :: Ubuntu 20.04 :: Fix journalctl returning "-- No entries --"
#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