Dusty Mabe

Results 645 comments of Dusty Mabe

> I understand the arguments for other parameters, but I don't find them persuasive. Anything other than -a is going to require me to look it up. This is partly...

@cdrage `-a` is fine. > generate answers with atomicapp genanswers -a answers.conf Nulecule/ @jberkus just so we are clear, my understanding is that command will create an answers.conf file in...

Ok a few comments in the code. We also need to decide exactly "what" happens when. Let's create a few cases: - User provides path to existing directory - aa...

> Will continue on this once #658 is merged so we can use the "are we in a container" util No need to wait as we already have the Utils.inContainer()...

hey @cdrage. How do we "discover" what apps are running?

> @dustymabe Once labels are implement we can poll the docker, openshift and kubernetes providers via their restful APIs. The problem with this is that we allow each deployment to...

@kadel - I think the original idea was that you use either `provider-config` OR "a combination of the other options" to talk to openshift/kube. I agree with you that command...

Here is the problem: 1 - namespace=default in answers.conf 2 - user provides --namespace=project1 on command line 3 - .kube/config contains namespace=project2 In this case you want the namespace to...

I think if namespace wasn't a default value in the answers.conf then you would be right. The user doesn't have to set it manually though, as there is a default....

> so this means --provider-config becomes compulsory? No. You don't have to specify provider-config at all if you want to specify all values in the answers.conf file. However, if you...