Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow remote logging config as multidoc for services #9970

Open
rothgar opened this issue Dec 16, 2024 · 0 comments
Open

Allow remote logging config as multidoc for services #9970

rothgar opened this issue Dec 16, 2024 · 0 comments

Comments

@rothgar
Copy link
Member

rothgar commented Dec 16, 2024

Feature Request

Allow the remote logging configuration to be configured via a multidoc instead of needing a full machine bootstrap for services.

This would help debugging Talos earlier in the provisioning lifecycle (assuming network is available) for things like volume and network config.

Description

The current logging configuration for services requires a machine bootstrap which makes it difficult to get logs and troubleshoot issues before bootstrapping (e.g. in maintenance and installation phases).

Kernel logging does have an option to be provided as a separate document, but it doesn't appear service logging can be.

Similar to how the kernel logs are configured a MachineLogConfig would be adequate.

apiVersion: v1alpha1
kind: MachineLogConfig
name: remote-log
url: tcp://host:5044/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant