Re: OpenShift All in One Cluster

2018-03-21 Thread Charles Moulliard
Hi Your problem comes from this error F0321 22:28:11.760953 128344 node.go:264] failed to run Kubelet: failed to create kubelet: misconfiguration: kubelet cgroup driver: "systemd" is different from docker cgroup driver: "cgroupfs" that you could resolve if you the cgroupdriver of your docker

OpenShift All in One Cluster

2018-03-21 Thread Tien Hung Nguyen
Hello everyone, I'm trying to install OpenShift Origin (3.7.2) All in One Cluster using the method 2 of this link https://docs.openshift.org/latest/install_config/install/prerequisites.html#install-config-install-prerequisites in order to install it on my Ubuntu Server, which has been set up as

Re: Adding host storage during advanced installation

2018-03-21 Thread Judd Maltin
WRT docker, it's part of the startup check/setup process, ensuring that you have storage for your containers locallly. /etc/sysconfig/docker-storage-setup has several settings that makes it easy to manage the (optional creation) and use of LVM by docker. On Wed, Mar 21, 2018 at 2:33 PM, Patrick

Re: Adding host storage during advanced installation

2018-03-21 Thread Patrick Hemmer
Thanks for the info. I didn't notice that these *-storage-setup scripts were installed as part of the prerequisites playbook in the ansible repo. So yes, they are available before starting the deployment process. In the interim I had just deployed LVM manually and mounted a big volume onto

CentOS PaaS SIG meeting (2018-03-21)

2018-03-21 Thread Troy Dawson
Hello, It's time for our weekly PaaS SIG sync-up meeting Time: 1700 UTC - Wedensdays (date -d "1700 UTC") Date: Today Wedensday, 21 March 2018 Where: IRC- Freenode - #centos-devel Agenda: - OpenShift Current Status -- rpms -- Automated rpm building and Automated testing -- Documentation -

Re: Adding host storage during advanced installation

2018-03-21 Thread Frederic Giloux
Hi Patrick on RHEL 7.4 (and probably CENTOS 7.4) look at "man container-storage-setup". Similar to docker-storage-setup it is a helper script to configure the storage used by CRI-O. In regard of the procedure I will second what Louis said: - first prepare your nodes, including storage - install