Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Владимир Карпов
DevOps
Commits
52a6fa47
Commit
52a6fa47
authored
Feb 08, 2021
by
Владимир Карпов
Browse files
Обновить readme.md
parent
5ed78d1b
Changes
1
Show whitespace changes
Inline
Side-by-side
readme.md
View file @
52a6fa47
...
...
@@ -12,7 +12,7 @@ https://docs.projectcalico.org/getting-started/bare-metal/installation/container
## ETCD Install
1.
Сложная схема выкачивания архива с гита (рекомендуемая разрабами)
### 1.
1. Сложная схема выкачивания архива с гита (рекомендуемая разрабами)
```
ETCD_VER=v3.4.14
...
...
@@ -38,32 +38,32 @@ wget https://github.com/etcd-io/etcd/releases/download/v3.4.14/etcd-v3.4.14-linu
tar zxvf etcd-v3.4.14-linux-amd64.tar.gz
```
2.
Сразу запоминаем Как убить :)
### 1.
2. Сразу запоминаем Как убить :)
```
kill `pgrep etcd`
```
3.
Для запуска служб копируем etcd и etcdctl
### 1.
3. Для запуска служб копируем etcd и etcdctl
```
/usr/local/bin
```
4.
Проверяем версии
### 1.
4. Проверяем версии
```
etcd version
etcdctl version
```
5.
Конфиг файл
### 1.
5. Конфиг файл
6.
Запускаем
### 1.
6. Запускаем
```
nohup etcd --config-file etcd.conf.yml&
```
7.
Проверяем
### 1.
7. Проверяем
```
etcdctl member list
etcdctl --endpoints=localhost:2379 put foo bar
...
...
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