GitHub repo for Java S2I repo?

2019-04-18 Thread Marc Boorshtein
I can't seem to find it anywhere. My old s2i image isn't working on ocp4, when I download maven i get an error message: Installing Maven 3.3.9 mkdir: cannot create directory '/usr/local/openunison/build': Permission denied I'd like to see what I'm doing differently from the main java s2i image.

Re: copy mutiple directories using oc new-build with source-image-path flag

2019-04-18 Thread Adam Kaplan
Looks like this has been added as an issue on GitHub [1]. I don't see a reason why we shouldn't allow multiple --source-image-path values. [1] https://github.com/openshift/origin/issues/22600 On Thu, Apr 18, 2019 at 9:26 AM Ben Parees wrote: > > > On Thu, Apr 18, 2019 at 6:05 AM Alix ander >

Re: copy mutiple directories using oc new-build with source-image-path flag

2019-04-18 Thread Ben Parees
On Thu, Apr 18, 2019 at 6:05 AM Alix ander wrote: > Hi Everyone, > > when writing a build config in openshift, i can copy multiple > directories from one container to another like this > ```yaml > source: > images: > - from: > kind: ImageStreamTag > name:

copy mutiple directories using oc new-build with source-image-path flag

2019-04-18 Thread Alix ander
Hi Everyone, when writing a build config in openshift, i can copy multiple directories from one container to another like this ```yaml source:     images:   - from:   kind: ImageStreamTag   name: 'buildervscv:latest'     paths:   - destinationDir: .    

Re: OKD installation on CentOS 7.6

2019-04-18 Thread Nikolas Philips
Hi Wilfried, This seams like a routing issue then. The cluster seems kinda not to use the defined default gateway. Maybe there are more infos in one of the SDN pods? On a master node oc get pods -n openshift-sdn Chose one pod and run oc logs -n openshift-sdn Regarding the url redirect. I need

Re: Public Service

2019-04-18 Thread Nikolas Philips
Hi Gerhard, Yes, both is correct. See more here https://docs.openshift.com/container-platform/3.11/admin_guide/managing_networking.html#admin-guide-pod-network Regards, Nikolas Gerhard schrieb am Do. 18. Apr. 2019 um 10:43: > Hi, > > interesting. So the default project in minishift with the

Re: Public Service

2019-04-18 Thread Gerhard
Hi, interesting. So the default project in minishift with the ovs-subnet SDN has no special properties, but on a multitenant SDN the default project was made public with oc adm pod-network make-projects-global? So to make a service global but don't expose it to the public via a route I have to

Re: Public Service

2019-04-18 Thread Nikolas Philips
Hi Gerhard, OpenShift uses by default the "ovs-subnet" SDN (software-defined network) plugin. I think this is the only one supported with minishift. With the "ovs-subnet" plugin, all Services are from all Namespaces reachable. So all you need to do is creating a Service