Skip to content

Commit

Permalink
examples: Specify that kubeconfig option is intended for development …
Browse files Browse the repository at this point in the history
…only

Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Nov 21, 2024
1 parent 1845da8 commit be5e8f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ logLevel: info

kubernetes:
# The path to the kubeconfig file. Used for draining nodes and the kubernetes storage option if used.
# Falls back to in-cluster serviceaccount if left empty (recommended)
# Intended to be used for development purposes. It is recommended to leave it empty when using kubernetes, as this
# then uses the in-cluster configuration mechanism via serviceaccount.
kubeconfig: ""
# The timeout for drain node in seconds.
# Defaults to 5m.
Expand Down

0 comments on commit be5e8f9

Please sign in to comment.