Jump to content

OpenShift: Difference between revisions

Line 26:
 
* Add the IP address, hostname and FQDN of each node to /etc/hosts for each host
10.1.10.27 opshmaster opshmaster.avifl.comOpenshift01
10.1.10.28 opshnode1 opshnode1.avifl.comOpenshift02
10.1.10.29 opshnode2 opshnode2.avifl.comOpenshift03
 
* Run ssh-keygen, accept the default location of the key and do not set a password for the key.
 
* Run the following bash script:
for host in opshmaster.avifl.comOpenshift01 \
opshnode1.avifl.comOpenshift02 \
opshnode2.avifl.comOpenshift03; \
do ssh-copy-id -i ~/.ssh/id_rsa.pub $host; \
done
Cookies help us deliver our services. By using our services, you agree to our use of cookies.