Re: [atomic-devel] Install CRI-O on Atomic Host

2019-01-29 Thread Chris Negus
entOS-OpneShift-Origin.repo: [centos-openshift-origin] name=CentOS OpenShift Origin baseurl=http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin/ enabled=1 Then you should be able to "rpm-ostree install" cri-o and cri-tools to try out CRI-O. -- Chris Negus > > >

Re: [atomic-devel] Starting a Container SIG

2018-07-26 Thread Chris Negus
so I would be glad to look for ways to contribute if a Container SIG turns out to be a good way to steer that kind of work. -- Chris Negus ----- Chris Negus Red Hat Principal Technical Writer RHCA, RHCI, RHCX, RHCE Author of the Linux Bible, 9th Edition http://amzn.to/1IBA7NF

Re: [atomic-devel] forbidden base package replacement

2018-05-31 Thread Chris Negus
tried using yumdownloader to get those two dependent packages in your local directory and installing them with the others? This procedure is for RHEL, but should cover the approach you need: https://access.redhat.com/solutions/3414221 -- Chris Negus

Re: [atomic-devel] Documenting "rpm-ostree override"

2018-05-21 Thread Chris Negus
- Original Message - > On 05/17/2018 03:38 PM, Chris Negus wrote: > > - Original Message - > >> On 05/17/2018 11:04 AM, Chris Negus wrote: > >>> Thanks. I added a write-up of "rpm-ostree override" to the Atomic Install > >>> and

Re: [atomic-devel] Documenting "rpm-ostree override"

2018-05-17 Thread Chris Negus
- Original Message - > On 05/17/2018 11:04 AM, Chris Negus wrote: > > Thanks. I added a write-up of "rpm-ostree override" to the Atomic Install > > and Config guide (currently in QA). I'd be glad for any comments: > > > > > >

Re: [atomic-devel] Documenting "rpm-ostree override"

2018-05-17 Thread Chris Negus
iguration_guide/#overriding_an_existing_rpm_package -- Chris Negus - Original Message - > On Tue, May 15, 2018 at 3:51 PM, Chris Negus wrote: > > In the wake of James Mills' excellent article on replacing docker in Atomic > > (https://access.redhat.com/solutions/3414221), I realized

[atomic-devel] Documenting "rpm-ostree override"

2018-05-15 Thread Chris Negus
stem package always be removed before it is replaced? * Is there a proper way to back out, if you decide you want to go back to the original packages? - Chris Negus Red Hat Principal Technical Writer RHCA, RHCI, RHCX, RHCE Author of the Linux Bible, 9th Edition http://amzn.to/1IBA7NF

Re: [atomic-devel] Kubernetes manual setup (need reviewers)

2018-03-15 Thread Chris Negus
ot... > > > [1]: > https://docs.google.com/document/d/1VgWYq4RGeWU9eOpiOv9fbTdWB6pFpFlycKJJKTLoo2Y/edit#heading=h.d359y1uuq93r > > > On 03/14/2018 03:17 PM, Chris Negus wrote: > > - Original Message - > >> Make it public? > >

Re: [atomic-devel] Kubernetes manual setup (need reviewers)

2018-03-14 Thread Chris Negus
- Original Message - > Make it public? Here is a public link: https://docs.google.com/a/redhat.com/document/d/e/2PACX-1vRJaraa244HAGZIn5xCPSYU85hzFVWRO0II4qAAT1YwBl3vCRA707vfxu5wMJBqVgBVxC2svwX2Xndv/pub -- Chris Negus > On Wed, Mar 14, 2018, 8:29 PM Chris Negus wrote: &g

Re: [atomic-devel] Kubernetes manual setup (need reviewers)

2018-03-14 Thread Chris Negus
ed at the top of the document). Any feedback (especially help with those issues) would be appreciated: https://docs.google.com/document/d/1s9yUkC4nj3V0CCWV18PYimIIwBBB1OGxpuMmyinA62Y/edit# -- Chris Negus - Original Message - > On 02/23/2018 10:43 AM, Matthew Miller wrote: &g

Re: [atomic-devel] Kubernetes manual setup

2018-03-06 Thread Chris Negus
re solid so everyone can have at it. Colin, we're cutting the manual Kube setup (using system containers) from RHEL docs this coming release. Would it still be of value to showcase an example using Kube from system containers for the upstream case? -- Chris Negus - Original Message

Re: [atomic-devel] Kubernetes manual setup

2018-02-23 Thread Chris Negus
Kubernetes, check out new features, or just learn what it is. Not for production. I also expected that we would encourage the use of Origin when they begin thinking about production. I didn't want Ubuntu to be the only platform with good instructions for someone starting out with Kubernetes from kubernetes.io. If we can show them how to use Kubernetes on Atomic, it provides the added bonus of them being able to see the great features Atomic has as a container platform. -- Chris Negus

Re: [atomic-devel] Kubernetes manual setup

2018-02-23 Thread Chris Negus
- Original Message - > On 02/21/2018 05:51 PM, Chris Negus wrote: > > - Original Message - > >> Works for me. > > > > Me too. If everyone is in agreement, I'll see what I can do with Jason's > > suggestions. I don't mind writing

Re: [atomic-devel] Kubernetes manual setup

2018-02-21 Thread Chris Negus
put something together, I'll ask Jason and others to take a look at it. -- Chris Negus > -- > Thanks, > Steve Milner > > Atomic | Red Hat | http://projectatomic.io/ > > On Feb 21, 2018 1:58 PM, "Jason Brooks" wrote: > > On Wed, Feb 21, 2018 at 10:2

[atomic-devel] Kubernetes manual setup

2018-02-21 Thread Chris Negus
should we encourage some way to still manually use Kubernetes on Fedora (Atomic or not)? - Chris Negus Red Hat Principal Technical Writer RHCA, RHCI, RHCX, RHCE Author of the Linux Bible, 9th Edition http://amzn.to/1IBA7NF

Re: [atomic-devel] atomic pull from containers-storage

2018-01-31 Thread Chris Negus
n the local host, I did this after building an image with buildah named "foobar": # buildah push --tls-verify=false foobar:latest localhost:5000/foobar:latest # atomic pull --storage ostree http:localhost:5000/foobar # atomic images list | grep foobar localhost:5000/foobar latest a76583269cbd 2018-01-31 22:04 31.29 MB ostree I hope that helps. -- Chris Negus

Re: [atomic-devel] Installing packages in Atomic

2018-01-31 Thread Chris Negus
- Original Message - > On 01/27/2018 08:42 PM, Chris Negus wrote: > > - Original Message - > >> > >> > >> On Fri, Jan 26, 2018, at 9:53 AM, Chris Negus wrote: > >>> I'm working on a procedure for installing RHEL Atomic o

Re: [atomic-devel] Installing packages in Atomic

2018-01-27 Thread Chris Negus
- Original Message - > > > On Fri, Jan 26, 2018, at 9:53 AM, Chris Negus wrote: > > I'm working on a procedure for installing RHEL Atomic on Azure. As part > > of that, I want to install the WALinuxAgent RPM package, which is in the > > rhel-7-ser

[atomic-devel] Installing packages in Atomic

2018-01-26 Thread Chris Negus
pos.d/redhat.repo (and manually enabled the repo) $ sudo atomic install WALinuxAgent My questions is, is there a tool for enabling repos in Atomic (yum and yum-config-manager aren't there) or is editing .repo files the way to do that? ----- Chris Negus Red Hat Principal Technical Writer

[atomic-devel] Buildah storage

2018-01-18 Thread Chris Negus
I posted a question about Buildah storage on an internal Red Hat list. It was suggested that people on the atomic-devel list might be interested in the answer and possibly further discussion. Here it is. -- Chris Negus On Thu, Jan 18, 2018 at 11:19:34AM -0500, Chris Negus wrote: > I saw t