-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
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
okd release-3.11 #70
Comments
Got OKD 3.11 installation to work to a fair degree on Centos 7.6 working using the following changes:
The repo is needed only for Centos, and not for RHEL. Details about the Origin 3.11 repo were referenced from: https://lists.openshift.redhat.com/openshift-archives/users/2018-November/msg00007.html After installation, instability was noticed in the master node(s), compared to older versions of OpenShift Origin, especially around etcd and API server pods. Due to this, failures cascaded to every other OKD component. To end-users, failures occurred when running oc commands or when accessing the web console, with log messages reporting messages like |
Component failures in okd 3.11 installations on Centos seem to be related to a newer version of Docker. See: kubernetes/kubeadm#1299 (comment) |
On CentOs 7.5 I get the error message on each node: Do you have any experiences fixing this error? |
@mariusfilipowski Yes, the openshift-ansible scripts need some modification for Centos 7 VineetReynolds/openshift-ansible@2c54d74 |
@mariusfilipowski I had to make a custom playbook to install docker, and NetworkManager, and this one was problematic since it required a reboot (!) to work properly. I can share the playbooks to have a basic Centos 7 install as a pre step if you are interested. |
It'd be great to see how you did it @zoobab I'm sure it'd help others coming across these issues! |
@zoobab That would be very helpful. |
Here is my adhoc yaml
|
Hi all, thanks for the comments! I've closed this issue as OKD 3.11 is working fine now, but created a new, more specific issue to track the CentOS 7.5 challenges (#79). |
Closes dwmkerr#70.
How to support 3.11? Just changing version in the install-from-bastion.sh is not enough. Anything else to change?
The text was updated successfully, but these errors were encountered: