mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 00:41:40 +01:00
Fork docs, introduce version contract for 1.8. Clean up old version contracts 0.8-0.14. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
775 B
775 B
description, title
| description | title |
|---|---|
| KmsgLogConfig is a event sink config document. | KmsgLogConfig |
{{< highlight yaml >}} apiVersion: v1alpha1 kind: KmsgLogConfig name: remote-log # Name of the config document. url: tcp://192.168.3.7:3478/ # The URL encodes the log destination. {{< /highlight >}}
| Field | Type | Description | Value(s) |
|---|---|---|---|
name |
string | Name of the config document. | |
url |
URL | The URL encodes the log destination.The scheme must be tcp:// or udp://.The path must be empty. The port is required. Show example(s){{< highlight yaml >}} |
|
| url: udp://10.3.7.3:2810 | |||
| {{< /highlight >}} |