mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 19:47:56 +00:00
Added yum install of etcd
This commit is contained in:
parent
4191c94e6b
commit
221a63396d
@ -23,6 +23,11 @@ fed-node = 192.168.121.65
|
|||||||
```
|
```
|
||||||
yum -y install --enablerepo=updates-testing kubernetes
|
yum -y install --enablerepo=updates-testing kubernetes
|
||||||
```
|
```
|
||||||
|
* Install etcd
|
||||||
|
|
||||||
|
```
|
||||||
|
yum -y install etcd
|
||||||
|
```
|
||||||
|
|
||||||
* Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS). Make sure that communication works between fed-master and fed-node by using a utility such as ping.
|
* Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS). Make sure that communication works between fed-master and fed-node by using a utility such as ping.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user