[atomic-devel] (no subject)

2018-05-31 Thread arnaud gaboury
I have a 6 bare metal hosts setup with Fedora server 28. These VM will run a Kubernetes HA cluster with Rancher[0]. For now, I am in the early steps to create a clean cluster, thus I spend much of my time reading, learning, installing, breaking ! I decided to go Fedora Atomic and installed it on

[atomic-devel] replicate my OSTree on other machines

2018-05-31 Thread arnaud gaboury
Please ignore previous email with no subject and apologize I have a 6 bare metal hosts setup with Fedora server 28. These VM will run a Kubernetes HA cluster with Rancher[0]. For now, I am in the early steps to create a clean cluster, thus I spend much of my time reading, learning, installing, br

[atomic-devel] forbidden base package replacement

2018-05-31 Thread arnaud gaboury
In order to create a Kubernetes cluster, I want to downgrade docker to docker-ce-17.03. I uninstalled successfully current docker version with some dependencies with the following command: -- # rpm-ostree override remove cockpit-docker docker docker-common

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread Chris Negus
- Original Message - > In order to create a Kubernetes cluster, I want to downgrade docker to > docker-ce-17.03. > > I uninstalled successfully current docker version with some dependencies > with the following command: > > -- > # rpm-ostree override remove coc

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread Muayyad AlSadi
you can use "atomic" command line tool to run whatever you want inside a system container (even without docker daemon) http://www.projectatomic.io/blog/2018/03/containers-w-skopeo-ostree-oci/ http://www.projectatomic.io/blog/2017/06/creating-system-containers/ On Thu, May 31, 2018 at 3:04 PM arna

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread arnaud gaboury
On 05/31/2018 02:42 PM, Chris Negus wrote: > - Original Message - >> In order to create a Kubernetes cluster, I want to downgrade docker >> to docker-ce-17.03. I uninstalled successfully current docker version >> with some dependencies with the following command: >>

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread arnaud gaboury
On 05/31/2018 02:53 PM, Muayyad AlSadi wrote: > you can use "atomic" command line tool to run whatever you want inside > a system container (even without docker daemon) Not sure to fully understand. Here what I did: # atomic host install docker-ce-17.03.2.ce-1.el7.centos.

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread Muayyad AlSadi
> Not sure to fully understand. instead of modifying the host to add/remove the packages you want, you can create a docker image containing whatever you want to run (even if it's the docker daemon itself) then run that container using atomic tool with ostree/runc backend (without docker daemon) t

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread Dusty Mabe
On 05/31/2018 08:04 AM, arnaud gaboury wrote: > In order to create a Kubernetes cluster, I want to downgrade docker to > docker-ce-17.03. > > I uninstalled successfully current docker version with some dependencies with > the following command: > > -- > # rpm-ostr

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread arnaud gaboury
On 05/31/2018 03:16 PM, Dusty Mabe wrote: > On 05/31/2018 08:04 AM, arnaud gaboury wrote: >> In order to create a Kubernetes cluster, I want to downgrade docker >> to docker-ce-17.03. I uninstalled successfully current docker version >> with some dependencies with the following command: >>

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread arnaud gaboury
On 05/31/2018 03:10 PM, Muayyad AlSadi wrote: > > Not sure to fully understand. > > instead of modifying the host to add/remove the packages you want, > you can create a docker image containing whatever you want to run > (even if it's the docker daemon itself) > then run that container using atomic

Re: [atomic-devel] Upgrade from kubernetes-apiserver to kubernetes-sig-apiserver

2018-05-31 Thread Rares Vernica
I think I got the master to work, but the nodes are in a strange state now: # atomic install --system --system-package=no --name kubelet registry.centos.org/centos/kubernetes-sig-kubelet:latest Extracting to /var/lib/containers/atomic/kubelet.0 File /etc/kubernetes/config already exists File /etc/

Re: [atomic-devel] Upgrade from kubernetes-apiserver to kubernetes-sig-apiserver

2018-05-31 Thread Rares Vernica
I just realized that my problem is related to atomic host update: # atomic host status State: idle Deployments: ● ostree://centos-atomic-host:centos-atomic-host/7/x86_64/standard Version: 7.1804 (2018-05-21 20:57:24) Commit: 0d1581533e65756a0822c691cc9ee8 46b

Re: [atomic-devel] (no subject)

2018-05-31 Thread Jonathan Lebon
Hi Arnaud, On Thu, May 31, 2018 at 7:51 AM, arnaud gaboury wrote: > I decided to go Fedora Atomic and installed it on one VM. I have now the > perfect setup for what I want and will now install Atomic with these setup > to the other VM. What is the best way to clone my current machine and > insta

Re: [atomic-devel] Upgrade from kubernetes-apiserver to kubernetes-sig-apiserver

2018-05-31 Thread Dusty Mabe
On 05/31/2018 02:05 PM, Rares Vernica wrote: > I just realized that my problem is related to atomic host update: > > # atomic host status > State: idle > Deployments: > ● ostree://centos-atomic-host:centos-atomic-host/7/x86_64/standard >    Version: 7.1804 (2018-05-21 20:57:24)

Re: [atomic-devel] Upgrade from kubernetes-apiserver to kubernetes-sig-apiserver

2018-05-31 Thread Rares Vernica
OK, makes sense. Any ideas on why kublet does not install successfully after update? # atomic install --system --system-package=no --name kubelet registry.centos.org/centos/kubernetes-sig-kubelet:latest Extracting to /var/lib/containers/atomic/kubelet.0 File /etc/kubernetes/config already exists

Re: [atomic-devel] Difference between CentOS/sig-atomic-buildscripts master and downstream?

2018-05-31 Thread Jason Brooks
On Wed, May 30, 2018, 08:36 Kevin Browder wrote: > So I'm maintaining a ostree for some EL7 images and have been using the > "downstream" version of centos-atomic-host.json and have been for a long > while (don't remember why I picked downstream), however I was noticing that > the same file on ma