Charlie Drage

Results 453 comments of Charlie Drage

@jberkus @dustymabe Updated this PR to include checking if the directory exists + rebased against master

Will continue on this once #658 is merged so we can use the "are we in a container" util

Update: I'm going to pick back up on this soon. ^^

So one day we can have this (rough example): ``` ▶ atomicapp ps ATOMICAPP ID IMAGE PROVIDER CREATED STATUS NAMES IMAGES 2e988ed4a501 atomicapp-foobar kubernetes 21 minutes ago Online default_centos-httpd_959aa1878a69 {mariadb,...

@containscafeine Indeed it does! Can I have your input @surajssd and @containscafeine in regards to labels? Any that you two can think of that we should add / the format?

@containscafeine k8s or openshift should handle that :)

@dustymabe Once labels are implement we can poll the docker, openshift and kubernetes providers via their restful APIs. We'll have to come up a way in the future to neatly...

@dustymabe Yeah, that'll be the difficult part, being able to list remote hosts / different environments. What I would like to do is implement a **local** solution to query localhost...

@containscafeine Using the .kube/config file would be the most viable. Another is yes, through the Nulecule/answers file, but (in my opinion) parsing the entire /var/lib/atomicapp directory for that information would...

@containscafeine Querying a providers API end-point would be better than using `/var/lib/atomicapp` since `/var/lib/atomicapp` changes on each system as well as the fact that if the person has a k8s...