Skip to content

Commit 87ceff5

Browse files
authored
docs: flags for etcdctl
1 parent ede181f commit 87ceff5

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)