Hello,

I am trying to install Openshift 4.3.29. I set up my ignition files
correctly but I see some certificate related errors on master and worker
nodes. They are using correct IPs but I see these errors continuously.

boot node:

[root@lbint opt]# ./openshift-install --dir=/opt/ocpint wait-for
bootstrap-complete --log-level debug
DEBUG OpenShift Installer 4.3.29
DEBUG Built from commit 96253d3f2ed8da6f70ff6ad9f69d67b65c688889
INFO Waiting up to 30m0s for the Kubernetes API at
https://api.security.tr.ibm.com:6443...
DEBUG Still waiting for the Kubernetes API: Get
https://api.security.tr.ibm.com:6443/version?timeout=32s: x509: certificate
has expired or is not yet valid

master01 logs:
[ 7379.508614] ignition[727]: GET
https://api-int.security.test.com:22623/config/master: attempt #825
[ 7379.516251] ignition[727]: GET error: Get
https://api-int.security.test.com:22626/onfig/master: x509: certificate is
valid for api-int.ocpint.example.com, not api-int.security.test.com

I think the problem is related with my manual modification in master.ign
and worker.ign files.

I changed this content:

"ignition":{"config":{"append":[{"source":"
https://blabla.example.com:22623/config/master";
with:
"ignition":{"config":{"append":[{"source":"
https://api-int.security.test.com:22623/config/master";
in .ign files manually.

Questions-

1) If *.ign files needs to modified. What is the correct method for this?
Should we re-generate this files with correct source addresses? How can we
do that?

2) I am trying to install openshift on vsphere but vcenter is not working
correctly. So foreach change on ignition files, I created bootstrap,
master, worker virtual machines manually from scratch by changing ignition
data. I think ignition data is read only for first reboot. Is there an easy
method to modify and run virtual machine by using new ignition data? What
are your suggestions about that?

3) Is there a repository which includes example haproxy.cfg,
named.conf&zone definition, dhcpd config files for installing openshift 4.x
in our lab environment?

Kind regards
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to