Merge pull request #6995 from vaibhav2107/etcd-link

Updated the reference to etcd
This commit is contained in:
Kubernetes Prow Robot 2022-12-05 16:18:36 -08:00 committed by GitHub
commit c82f808360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ You will need a [Container Runtime](https://kubernetes.io/docs/setup/production-
### etcd
You need [etcd](https://github.com/coreos/etcd/releases) installed and in your `$PATH`. [Check here](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#install-etcd) for instructions on installing a local copy.
You need [etcd](https://github.com/coreos/etcd/releases) installed and in your `$PATH`. [Check here](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#etcd) for instructions on installing a local copy.
### go