Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1c5f2526
Commit
1c5f2526
authored
Oct 08, 2015
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation to describe how to install etcd for testing
parent
fbd58294
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
development.md
docs/devel/development.md
+3
-1
No files found.
docs/devel/development.md
View file @
1c5f2526
...
...
@@ -264,7 +264,9 @@ Coverage results for the project can also be viewed on [Coveralls](https://cover
## Integration tests
You need an
[
etcd
](
https://github.com/coreos/etcd/releases/tag/v2.0.12
)
in your path, please make sure it is installed and in your
``$PATH``
.
You need an
[
etcd
](
https://github.com/coreos/etcd/releases
)
in your path. To download a copy of the latest version used by Kubernetes, either
*
run
`hack/install-etcd.sh`
, which will download etcd to
`third_party/etcd`
, and then set your
`PATH`
to include
`third_party/etcd`
.
*
inspect
`cluster/saltbase/salt/etcd/etcd.manifest`
for the correct version, and then manually download and install it to some place in your
`PATH`
.
```
sh
cd
kubernetes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment