Re: [atomic-devel] looking for feedback on running kubernetes in system containers

2017-04-28 Thread Jason Brooks
On Fri, Apr 28, 2017 at 1:05 AM, Spyros Trigazis wrote: > Hi, > > So far, I have only tried etcd, works well but the only piece missing is > a way to pass TLS credentials which is quite important for certain > deployments like ours. My next goal is flannel. Flannel will require > TLS creds as well

Re: [atomic-devel] Storage for system containers

2017-04-28 Thread Giuseppe Scrivano
Hi, Dusty Mabe writes: > i'm going to show how little I know with this question, but would it be > possible > to have a separate partition for system containers that was essentially xfs + > an > overlayfs of the host filesystem? yes we could do that, we will just need to use a separate OSTre

[atomic-devel] Announcing CRI-O 0.3

2017-04-28 Thread Mrunal Patel
We are happy to announce the release of CRI-O v0.3 . With this release, we are passing all the k8s node conformance tests. Big thanks to our maintainers and contributors from Red Hat, Intel, SUSE, Hyper, IBM, and others. Highlights

Re: [atomic-devel] Storage for system containers

2017-04-28 Thread Dusty Mabe
On 04/27/2017 08:51 AM, Daniel Walsh wrote: > On 04/27/2017 06:44 AM, Giuseppe Scrivano wrote: >> Mounting a partition at /var wouldn't work with system containers. >> >> System containers are stored in the OSTree storage and on Atomic Host >> they are checked out to /ostree/deploy/$OS/var/lib/c

Re: [atomic-devel] looking for feedback on running kubernetes in system containers

2017-04-28 Thread Spyros Trigazis
Hi, So far, I have only tried etcd, works well but the only piece missing is a way to pass TLS credentials which is quite important for certain deployments like ours. My next goal is flannel. Flannel will require TLS creds as well. To do it, I rebuilt the image to bindmount them. To be honest, I