You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We removed the v1 pre-install hook because it checked for valid alloy configuration. This might be worth bringing back.
Additional pre-install hooks that might be useful:
Check for nodeLogs
if `nodeLogs.enabled = true`
if not -d /var/log/journal
fail "/var/log/journal not found. Your cluster probably doesn't support journald logs, or it's not in the expected location.
please set:
nodeLogs
enabled: false
The text was updated successfully, but these errors were encountered:
We removed the v1 pre-install hook because it checked for valid alloy configuration. This might be worth bringing back.
Additional pre-install hooks that might be useful:
Check for nodeLogs
The text was updated successfully, but these errors were encountered: