Re: Kernel Sources in the SDK / Adding new ebuild

2016-09-16 Thread Brandon Philips
Hey Jared- Would something like this help you from maintaining a custom build? http://blog.clarifai.com/how-to-simplify-building-nvidia-gpu-drivers-on-coreos/ Cheers, Brandon On Fri, Sep 16, 2016 at 3:34 PM Jared White wrote: > Apologies to all for being a newb at this. This is continued wo

Re: coreOS hardware monitoring with isinga / nagios

2016-10-07 Thread Brandon Philips
You can learn more about Prometheus and node exporter here: https://coreos.com/blog/prometheus-and-kubernetes-up-and-running.html On Sat, Oct 8, 2016, 1:35 AM Rob Szumski wrote: > Yes, you should be able to run this within a container. Since you’re using > Kubernetes you have two options: > > 1.

Re: Booting CoreOS via PXE

2016-11-22 Thread Brandon Philips
What version of CoreOS Linux are you using? Looks like something might be messed up with our rootfstype=tmpfs setup. Can you provide the URL you downloaded coreos_production_pxe.vmlinuz and coreos_production_pxe_image.cpio.gz from? On Tue, Nov 22, 2016 at 4:45 PM Arnaud Brunet wrote: > Hello, >

Re: upgrade to fleet in drop-in way

2016-12-06 Thread Brandon Philips
Hello dabaozbt- Please stop cross posting to both CoreOS user and CoreOS dev. As you are trying to discuss fleet development this discussion belongs on coreos-dev. Thank You, Brandon On Tue, Dec 6, 2016 at 7:37 PM wrote: > > > I upgrade to fleet in drop-in way, > https://groups.google.com/for

ICYMI: CoreOS Linux is Now Container Linux by CoreOS

2016-12-14 Thread Brandon Philips
Hello Everyone- In case you missed it earlier this week we announced that CoreOS Linux is renamed to Container Linux by CoreOS. This comes with a new logo as well. Excerp

Re: Create a unit(docker) with Fleet Api. The server responsed 404.

2016-12-27 Thread Brandon Philips
On Tue, Dec 27, 2016 at 12:24 AM 王硕 wrote: > I'm learning Fleet. I have deployed etcd and fleet at one server. The > configuration of etcd is as below, 10.0.18.7 is my server's IP: > Please be aware that fleet is not recommended for new use cases. https://github.com/coreos/fleet#-deprecatio

Re: Want to get resource usage of each running unit in the coreos, use the golang code , how to obtain,

2016-12-27 Thread Brandon Philips
Systemd doesn't natively keep track of resource usage. I would recommend running the Prometheus to do that. If you are using Kubernetes you can see these docs: https://coreos.com/blog/prometheus-and-kubernetes-up-and-running.html Otherwise you can see other instructions here: https://github.com/p

Re: CoreOS stable/alpha/beta version change notifications

2016-12-27 Thread Brandon Philips
Great, thanks for the contribution. What are you doing with the webhook? On Thu, Dec 22, 2016 at 11:19 PM Vincent De Smet wrote: > Hi All, > > Based on https://github.com/coreos/bugs/issues/1020 - we had a similar > need to get notifications whenever a new version was promoted to the > channel

Re: Create a unit(docker) with Fleet Api. The server responsed 404.

2016-12-27 Thread Brandon Philips
Are you running fleetctl while ssh'd into a machine running fleet.service? On Tue, Dec 27, 2016 at 7:09 PM 王硕 wrote: > Hi Brandon, > Thanks for your replying. > > 在 2016年12月27日星期二 UTC+8下午11:31:56,Brandon Philips写道: > > > These flags should not be necessary.

Re: Enable console login with password

2017-01-17 Thread Brandon Philips
It would be great if someone could contribute a doc for this :) https://github.com/coreos/docs On Fri, Jan 6, 2017 at 2:51 PM Alex Crawford wrote: > On 12/30, Grant Ellis wrote: > > I need to enable password login directly from the console, but only key > > login via SSH. Unfortunately, for my

Re: kube-aws not working on latest Amazon AMI due to https://github.com/coreos/bugs/issues/1838

2017-03-09 Thread Brandon Philips
What is the issue? This issue: https://github.com/coreos/bugs/issues/1842 ? On Thu, Mar 9, 2017 at 2:13 PM wrote: > Hi, I'm having issues using kube-aws due to bug 1838. Are there any known > workarounds? > > Older AMIs don't seem to remain listed, only the most recent stable which > has this is

Re: kube-aws not working on latest Amazon AMI due to https://github.com/coreos/bugs/issues/1838

2017-03-10 Thread Brandon Philips
ailed to create: [Etcd0]. > > > Regards -ADS > > On Thursday, March 9, 2017 at 2:44:59 PM UTC-8, Brandon Philips wrote: > > What is the issue? This issue: https://github.com/coreos/bugs/issues/1842 > ? > > On Thu, Mar 9, 2017 at 2:13 PM wrote: > > Hi, I'm hav

Re: flannel for backend udp failing

2017-03-14 Thread Brandon Philips
Can you file an issue? On Mon, Mar 13, 2017 at 2:05 AM Ravi S wrote: > I am using flannel v0.7.0 > The functional test case for udp backend is failing, failed to ping the > flannel interface. > *) functional test case > > === BACKEND: udp === > > { "Ne

Re: Public repository of rkt application containers?

2017-03-14 Thread Brandon Philips
rkt support docker container registries. Any container Docker Engine can run rkt can run: https://coreos.com/rkt/docs/latest/running-docker-images.html On Sun, Mar 12, 2017 at 9:04 PM tomByrer wrote: > Any new rkt contain hubs yet since the last reply? > > > On Friday, July 8, 2016 at 2:46:11 PM

Re: PRs and Copyright

2017-04-26 Thread Brandon Philips
What is the message? On Wed, Apr 26, 2017 at 5:04 AM Nir Dothan wrote: > Is it allowed to add an organization copyright to a commit message. My > company is asking me to include it in a PR. If not, is there any other way? >

Re: PRs and Copyright

2017-04-26 Thread Brandon Philips
largely a moot point. Brandon On Wed, Apr 26, 2017 at 1:16 PM Nir Dothan wrote: > Simply "Copyright of > We can probably work around it if it's an issue > > On Apr 26, 2017 9:02 PM, "Brandon Philips" > wrote: > >> What is the message? >> >

Re: Tectonic Installer and DigitalOcean?

2017-05-04 Thread Brandon Philips
Some other folks were interested on working on this this week. I have pointed them at this thread. On Thu, May 4, 2017 at 1:43 PM Arve Knudsen wrote: > I'd be interested in this for sure. I have experience with Terraform and > like this tool, so if I could get some help in understanding the rest

Re: Explanation on how kube-aws distributes pods

2017-05-04 Thread Brandon Philips
For best response please file issues against https://github.com/kubernetes-incubator/kube-aws for Kube AWS questions. Also, the CoreOS team has worked on a new cluster setup system called the Tectonic Installer which supersedes kube-aws. It uses a new customizable installation method and is built

Re: how to install any software in coreos ?

2017-06-09 Thread Brandon Philips
If you control the disk images you can put anything you wish into the root partition and snapshot. Tools like Packer are popular for this: https://www.packer.io/intro/ Brandon On Fri, Jun 9, 2017 at 12:28 PM Charles Allen wrote: > Is there a good way to pre-package container binaries into the d

Re: quay.io ACI converter doesn't work for arm64 images

2017-06-14 Thread Brandon Philips
My preference: we skip those tests on new platforms like ARM as appc is no longer actively developed: https://github.com/appc/spec#-disclaimer- On Tue, Jun 13, 2017 at 1:52 PM Geoff Levand wrote: > Hi, > > The quay.io ACI converter doesn't seem to work for arm64 images. Here > is the error: > >

Re: etcd-operator: Split etcd across nodes in different availability zones

2017-11-13 Thread Brandon Philips
Hello Drew- If you could specify an anti-affinity node selector would that work? Brandon On Mon, Nov 13, 2017 at 7:51 PM Drew Wells wrote: > We want to spread etcd deployed by etcd-operator across d

Re: Meltdown vulnerability patch for container Linux?

2018-01-04 Thread Brandon Philips
Hello Raj- Updates will be posted to @coreossecurity on twitter: https://twitter.com/CoreOSsecurity/status/948790591898361857 Latest update: "CoreOS is working on fixes to address the Meltdown vulnerability on all Container Linux channels. Currently investigating potential issues with 4.14.11 Linu

Re: Unable to install coreos using PXELINUX

2016-05-03 Thread Brandon Philips
Do you have any details on the hardware configuration? I have never seen this before. On Fri, Apr 29, 2016 at 6:36 AM Nakshatra Maheshwari < mn.maheshw...@gmail.com> wrote: > I download the coreos archives from > https://coreos.com/os/docs/latest/booting-with-pxe.html > > PXE boot server configur

Re: Extending dex to allow additional claims in the JWTs

2016-05-03 Thread Brandon Philips
cc'ing in Frode who wrote the original LDAP integration. He may have thoughts. Brandon On Tue, May 3, 2016 at 5:22 PM Christopher L. Cousins wrote: > Hello, > > > I am planning on using dex to authenticate users with credentials stored > in LDAP. In addition to the information returned in oidc

Re: Introducing & porting CoreOS on ppc64le platform !

2016-05-11 Thread Brandon Philips
Hello Leno and Kevin- Adding another platform for CoreOS is a lot of work for us. Can we organize some time to get on a video chat to discuss what your use case is and what you hope to get out of this project? That was we can figure out what the appropriate level of effort should be here. I will

ppc64le port of CoreOS

2016-06-02 Thread Brandon Philips
Hello Everyone- I wanted to introduce Leno and team who are working on a ppc64le port of many of the ebuilds required by CoreOS over here: https://github.com/linux-on-power/gentoo I talked to them on a hangout for a bit and the overall plan for this port, which they want to do the maintenance of,

Re: Torus Consistency Checking

2016-06-07 Thread Brandon Philips
cc'ing Barak. On Tue, Jun 7, 2016 at 4:26 PM Fred Whipple wrote: > Hi all, > > Apologies if this is a more user question but since Torus is quite new I > thought this group may be more appropriate. > > Understanding that Torus is still quite new, and also understanding that > comparing a filesys

Re: CoreOS Kubernetes on AWS script issue

2016-06-10 Thread Brandon Philips
cc'ing Colin, kube-aws maintainer. On Fri, Jun 10, 2016 at 10:40 AM Gary Denner wrote: > Thanks a lot If I run a sudo /usr/local/bin/kubectl > --kubeconfig=kubeconfig cluster-info it returns > > Kube Master is running at https://kube.beta.mydomain.com > Heapster is running at https://kube.beta.m

Re: Custom Docker version via docker-in-rkt

2016-06-22 Thread Brandon Philips
On Wed, Jun 22, 2016 at 10:17 AM Kevin Ran wrote: > Another thing that I'm curious about is how would *we *switch / upgrade > between docker runtimes, if possible? > The current design idea is that CoreOS declares the "default" application and then allows for users to override. See the design do

Re: Kubernetes Installation with Vagrant & CoreOS and insecure Docker registry

2016-06-22 Thread Brandon Philips
What is the error you get? On Wed, Jun 22, 2016 at 8:26 PM Turgos wrote: > down votefavorite > > > I have followed the steps at > https://coreos.com/kubernetes/docs/latest/kube

Re: How to expose kubernetes service to public

2016-06-24 Thread Brandon Philips
Right, the IP listed is the IP of the pod. Not the IP of the virtual machine. You need to hit the 172.17.4.x address as rob mentions. On Fri, Jun 24, 2016 at 12:04 PM Rob Szumski wrote: > Are you using the coreos-kubernetes Vagrant boxes >

Kubelet as a Container and Self-Hosted Kubernetes

2016-07-19 Thread Brandon Philips
Hello CoreOS Dev- I thought some of you might find this document interesting. Essentially it is outlining how we are thinking about running the Kubelet under a rkt container and how we plan to upgrade it over time. This comes out of work that we have been collaborating with upstream Kubernetes on.

Re: Kubelet as a Container and Self-Hosted Kubernetes

2016-07-20 Thread Brandon Philips
-lifecycle Cheers, Brandon On Wed, Jul 20, 2016 at 5:39 AM Brian Fallik wrote: > Hi Brandon, > > On Tue, Jul 19, 2016 at 8:05 PM, Brandon Philips < > brandon.phil...@coreos.com> wrote: > >> Hello CoreOS Dev- >> >> I thought some of you might find this document

Re: CoreOS automatically updated and now docker run doesn't work?

2016-08-08 Thread Brandon Philips
Hello Cory- What does `journalctl -u docker` say? My hunch is that `/var/lib/docker` got corrupted in some way on this host. There are several issues over several releases of Docker that can cause this to happen and the issues are itermittent or racy. If you don't care about any of the volumes or

Re: CoreOS automatically updated and now docker run doesn't work?

2016-08-09 Thread Brandon Philips
Hey Cory- It is really hard to know what to look for in the logs. If you don't want to share the logs publicly you can email them to me personally and I will take a look. Cheers, Brandon On Tue, Aug 9, 2016 at 8:42 AM Cory Keane wrote: > Brandon, I apologize. It appears that this worked for o

Re: CoreOS automatically updated and now docker run doesn't work?

2016-08-09 Thread Brandon Philips
old me to run makes it so I have to press the > space bar to cycle through all the lines of the file. > > Thanks so much. > > On Tue, Aug 9, 2016 at 12:34 PM, Brandon Philips < > brandon.phil...@coreos.com> wrote: > >> Hey Cory- >> >> It is really ha

Re: Core OS: Clair does not boot up, error while updating vulnerability_fixedin_feature_vulnerability_id

2016-08-11 Thread Brandon Philips
Glad you got things working! Thanks for the patience Suresh and help Jimmy. On Thu, Aug 11, 2016 at 12:13 PM Suresh Ramamurthy wrote: > Hi Jimmy, > > Thanks for helping me out. > > I stopped the containers and re-ran the docker-compose command to start > the containers. Now, I am able to access

Re: CoreOS automatically updated and now docker run doesn't work?

2016-08-13 Thread Brandon Philips
so I am going to cc in Nick, Matthew, and Crawford. Cheers, Brandon On Tue, Aug 9, 2016 at 10:41 AM Cory Keane wrote: > Hey Brandon, > > I decided to just email the logs directly to you. > > Thanks! > > On Tue, Aug 9, 2016 at 12:37 PM, Brandon Philips < > brandon.phil

Re: CoreOS automatically updated and now docker run doesn't work?

2016-08-13 Thread Brandon Philips
Hello Cory- Also, what versions of CoreOS is this happening under? `cat /etc/os-release`. Brandon On Sat, Aug 13, 2016 at 7:26 PM Brandon Philips wrote: > Hello Cory- > > There are a number of errors about the mounts which should be non-fatal: > > Aug 09 15:40:08 ip-172-31-16-1