Skip to content

Commit

Permalink
Merge pull request kubernetes#49540 from EvertonSA/patch-1
Browse files Browse the repository at this point in the history
docs: adjust mentioned flags for etc client
  • Loading branch information
k8s-ci-robot authored Jan 24, 2025
2 parents c0c4dac + 87ceff5 commit 071e368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ To configure etcd with secure peer communication, specify flags
the URL schema.

Similarly, to configure etcd with secure client communication, specify flags
`--key-file=k8sclient.key` and `--cert-file=k8sclient.cert`, and use HTTPS as
`--key=k8sclient.key` and `--cert=k8sclient.cert`, and use HTTPS as
the URL schema. Here is an example on a client command that uses secure
communication:

Expand Down

0 comments on commit 071e368

Please sign in to comment.