Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

journald options #2757

Closed
jackfrancis opened this issue Apr 23, 2018 · 2 comments
Closed

journald options #2757

jackfrancis opened this issue Apr 23, 2018 · 2 comments

Comments

@jackfrancis
Copy link
Member

Currently we statically define journald config:

    echo "Storage=persistent" >> /etc/systemd/journald.conf
    echo "SystemMaxUse=1G" >> /etc/systemd/journald.conf
    echo "RuntimeMaxUse=1G" >> /etc/systemd/journald.conf
    echo "ForwardToSyslog=no" >> /etc/systemd/journald.conf

Let's expose a configuration interface for these (and future) settings.

@mpalumbo7
Copy link
Contributor

mpalumbo7 commented May 7, 2018

I'd be willing to give this a shot, but I don't know where to get started.

I can see the need to parameterize the journald configuration in parts/k8s/kubernetescustomscript.sh, but am unsure of:

  • Where is the right place to define the config items in apimodel.json?
  • What kind of config validation is required and where is that done?
  • How to get those configuration items into environment variables that can be referenced from?

@stale
Copy link

stale bot commented Mar 9, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead.

@stale stale bot added the stale label Mar 9, 2019
@stale stale bot closed this as completed Mar 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants