Skip to content

Commit 071e368

Browse files
authored
Merge pull request #49540 from EvertonSA/patch-1
docs: adjust mentioned flags for etc client
2 parents c0c4dac + 87ceff5 commit 071e368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To configure etcd with secure peer communication, specify flags
158158
the URL schema.
159159

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

0 commit comments

Comments
 (0)