Skip to content

Commit

Permalink
chore(kubernetes_logs source): Add warning about Windows support (vec…
Browse files Browse the repository at this point in the history
…tordotdev#17762)

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

---------

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Co-authored-by: Doug Smith <dsmith3197@users.noreply.github.com>
  • Loading branch information
jszwedko and dsmith3197 committed Jun 26, 2023
1 parent 63ba2a9 commit a53c7a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/cue/reference/components/sources/kubernetes_logs.cue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ components: sources: kubernetes_logs: {
Kubernetes cluster this can be provided with a [hostPath](\(urls.kubernetes_host_path)) volume.
""",
]
warnings: []
warnings: ["""
This source is only tested on Linux. Your mileage may vary for clusters on Windows.
"""]
notices: []
}

Expand Down

0 comments on commit a53c7a2

Please sign in to comment.