Skip to content

Commit

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

Signed-off-by: Jesse Szwedko <[email protected]>

---------

Signed-off-by: Jesse Szwedko <[email protected]>
Co-authored-by: Doug Smith <[email protected]>
  • Loading branch information
jszwedko and dsmith3197 authored 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.