mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #228] Highlighting issues #151
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kidac on GitHub (Feb 18, 2021).
Original GitHub issue: https://github.com/mthenw/frontail/issues/228
We are using the linux binary 4.9.1
Command line: ./frontail-linux -p 8443 /opt/server.log --ui-highlight-preset /opt/preset
But no highlighting occurs and no error message is thrown. Any hints where to start some diagnostics?
@Llibyddap commented on GitHub (Mar 5, 2021):
Linux with version 4.9.1
I've actually run into this issue as well... I have two instances of
/frontailrunning. One in a single node RancherOS cluster which works exactly as expected with the--ui-highlight-presetand the other running on a three node K3s cluster which doesn't deploy the highlighting. Within the K3s environment there are no errors thrown and all the mount points, paths and files seem to work just fine.One added item - which may or may not be related - but if I pass the
--ui-highlightflag on creating the pod/deployment it throws this error:But if I deploy without the flag and then
applythe change it doesn't through the error (but it also doesn't change the highlighting.@Llibyddap commented on GitHub (Mar 10, 2021):
An update... I did a complete new install, including the persistent storage that the logs attached to. Although I still am not exactly sure what caused my issue, this reinstall from scratch made everything work as advertised.