We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After starting bootstrap, I have the following problem and noted issues;
I am using CentOS Stream 9
booting the nodes with:- sudo coreos-installer install /dev/sda -u http://192.168.100.1:8080/ocp4/rhcos -I http://192.168.100.1:8080/ocp4/XXXXX.ign --insecure --insecure-ignition (for bootstrap.ign / master.ign)
all config files and manifests have been updated to use 192.168.100 as the network used
bootstrap node completes, but reports on the console 'Unable to pull OpenShift release image'
cp nodes repeat the message 'ignition[...]: GET error: Get "https://api-int.lab.ocp.lan:22623/config/master: attempt #..'
Curling the failing url from ocp-svc I get
curl https://api-int.lab.ocp.lan:22623/config/master curl: (35) OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to api-int.lab.ocp.lan:22623
I am not certain how to avoid the SSL check or correct the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After starting bootstrap, I have the following problem and noted issues;
I am using CentOS Stream 9
booting the nodes with:-
sudo coreos-installer install /dev/sda -u http://192.168.100.1:8080/ocp4/rhcos -I http://192.168.100.1:8080/ocp4/XXXXX.ign --insecure --insecure-ignition
(for bootstrap.ign / master.ign)
all config files and manifests have been updated to use 192.168.100 as the network used
bootstrap node completes, but reports on the console 'Unable to pull OpenShift release image'
cp nodes repeat the message 'ignition[...]: GET error: Get "https://api-int.lab.ocp.lan:22623/config/master: attempt #..'
Curling the failing url from ocp-svc I get
curl https://api-int.lab.ocp.lan:22623/config/master
curl: (35) OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to api-int.lab.ocp.lan:22623
I am not certain how to avoid the SSL check or correct the problem.
The text was updated successfully, but these errors were encountered: