VR
для master/worker нужно делать вторичный файл конфигурации как для bootstrap? (append-bootstrap.ign)
или это только для bootstrap требуется?
Size: a a a
VR
AP
GS
GS
GS
AP
ignition[1133]: GET error: Get https://api-int.ocp4.example.com:22623/config/master: dial tcp: lookup api-int.ocp4.example.com on [::1]53: read udp [::1]:37007->[::1]:53: read: connection refused
VR
ignition[1133]: GET error: Get https://api-int.ocp4.example.com:22623/config/master: dial tcp: lookup api-int.ocp4.example.com on [::1]53: read udp [::1]:37007->[::1]:53: read: connection refused
ip=dhcp
?AP
ip=dhcp
?ip=200.112.18.24::200.112.19.249:255.255.254.0:master.ocp4.example.com:ens192:none
nameserver=192.168.1.24
VR
AP
nmap -p 53 api-int.ocp4.example.com
говорит, что порт 53 закрытVR
nmap -p 53 api-int.ocp4.example.com
говорит, что порт 53 закрыт[::1]53
как неймсервер, что явно не верноVR
none
AP
ip=200.112.18.24::200.112.19.249:255.255.254.0:master.ocp4.example.com:ens192:192.168.1.24
nameserver
?VR
AP
VR
on
on
включит dhcp, так что всё таки none
AP
none
но тогда nameserver
отдельно - см. https://www.openshift.com/blog/openshift-4-2-vsphere-install-with-static-ipsStatic IPs
For static IPs; you need to generate new ignition files based on the ones that the OpenShift installer generated. You can use the filetranspiler tool in order to make this process a little easier. This is an example form the bootstrap node.
When using filetranspiler you first need to create a "fakeroot" filesystem.
VR
Static IPs
For static IPs; you need to generate new ignition files based on the ones that the OpenShift installer generated. You can use the filetranspiler tool in order to make this process a little easier. This is an example form the bootstrap node.
When using filetranspiler you first need to create a "fakeroot" filesystem.
ip=
и nameserver
. Если таких хостов много, то проще filetranspiler, да