这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.9.7-rc.4

@jollinshead jollinshead tagged this 26 Jun 23:56
A service has been introduced which runs a dockerised image of journald-cloudwatch-logs. This service forwards journald logs to AWS CloudWatch to a LogGroup with the name of .ClusterName and is run on all nodes (Etcds, Controllers and Workers).

journald-cloudwatch-logs is a goLang project https://github.com/saymedia/journald-cloudwatch-logs.

This feature is disabled by default and configurable in cluster.yaml:

```
cloudWatchLogging:
 enabled: false
 retentionInDays: 7

 journaldCloudWatchLogsImage: jollinshead/journald-cloudwatch-logs:0.1
```
Assets 2
Loading