Tomas Kral
Tomas Kral
There needs to be a flag to allow skip this detection. ``` kedge init --name myapp --image myimage --autodetection=false ``` Would it be possible to get information like this from...
Doesn't this kind of goes against the whole one app per file philosophy?
I'm afraid that I'm getting lost :-( How this is related to `kedge apply`? You can always do `kedge apply` on the whole directory. Do you mean that?
@jstrachan can you also look at https://github.com/kedgeproject/kedge/issues/164? The idea behind that is that you have common environment specific resources together with your application, but if you want to deploy to...
My suggestions would be to rename `endpoint` to something else, that makes it clear that it is creating Ingress and create a new shortcut for Route. I don't think that...
You are using OpenShift 3.5. But kedge is creating artifacts for 3.6 and up
I don't have to support 3.5 but we should clearly state what are minimal requirements for Kedge. I would leave this open until we put that into readme.
First, let's think about all possible combinations that can happen. - main kedge file is loaded from http, `extraResources` also loaded from http - main kedge file loaded from http,...
> The thing is we give these file names to kubectl or oc directly so here also we can give URL to these binaries directly. what about following two cases?...
> @kadel we convert relative path to absolute path so there is no distinction of local files to kubectl binary. how? to what root they will be relative if main...