Re: oc export

2016-03-27 Thread Clayton Coleman
gt; > >> > > > We want to be able to export any arbitrary application >> > that we know >> > > > nothing about :( >> > > > Now we need to figure out which object were generated >> > by OpenShift >>

Re: oc export

2016-03-22 Thread Tomas Kral
e to export any arbitrary application > > that we know > > > > nothing about :( > > > > Now we need to figure out which object were generated > > by OpenShift > > > > internally and wh

Re: oc export

2016-03-22 Thread Tomas Kral
uxOptions.level on ruby-hello-world does not match required level. Found s0:c7,c4, wanted s0:c6,c0] I'm doing it like this: export: $ oc new-project ruby-example $ oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-hello-world.git # after build finished $ oc export all -l app=r

Re: oc export

2016-03-22 Thread Aaron Weitekamp
ted by developer. > > > > > > > > > > > > ​You're introducing an additional requirement. :) Can you > > confirm the > > > > initial problem is resolved? > > > > > > > > &

Re: oc export

2016-03-22 Thread Clayton Coleman
hich one were created by developer. >> > > >> > > >> > > You're introducing an additional requirement. :) Can you >> confirm the >> > > initial problem is resolved? >> > > >> >

Re: oc export

2016-03-22 Thread Tomas Kral
were generated > by OpenShift > > > internally and which one were created by developer. > > > > > > > > > ​You're introducing an additional requirement. :) Can you > confirm the > > > initial prob

Re: oc export

2016-03-19 Thread Aaron Weitekamp
nd which one were created by developer. > > > > > > > > > ​You're introducing an additional requirement. :) Can you confirm > the > > > initial problem is resolved? > > > > > > > Not really, because I don't

Re: oc export

2016-03-15 Thread Tomas Kral
rm the > > initial problem is resolved? > > > > Not really, because I don't know how application was deployed. > My initial assumption that `oc export all` will somehow magically solve > this for every application was wrong :( > If I'm the

Re: oc export

2016-03-15 Thread Aaron Weitekamp
t; > > > ​You're introducing an additional requirement. :) Can you confirm the > > initial problem is resolved? > > > > Not really, because I don't know how application was deployed. > My initial assumption that `oc export all` will somehow magically solve > th

Re: oc export

2016-03-15 Thread Tomas Kral
resolved? > Not really, because I don't know how application was deployed. My initial assumption that `oc export all` will somehow magically solve this for every application was wrong :( If I'm the one who deployed application than yes, I know what objects to export. But if someone else cre

Re: oc export

2016-03-14 Thread Clayton Coleman
#x27;kubernetes.io/created-by: ...' >> >> Can we rely on those annotations to decide what to export and what to >> leave behind? Is this documented somewhere? >> >> >> >> >> On 03/14/2016 04:48 PM, Clayton Coleman wrote: >> > Export is a

Re: oc export

2016-03-14 Thread Aaron Weitekamp
to export and what to > leave behind? Is this documented somewhere? > > > > > On 03/14/2016 04:48 PM, Clayton Coleman wrote: > > Export is a lower level tool that does not *exactly* export an entire > > application, but rather tries to give you the tools to bu

Re: oc export

2016-03-14 Thread Tomas Kral
d it. > > I would suggest instead of running "oc export all", you try "oc export > dc,svc,route,is". "all" includes pods, replication controllers, > build configs, and builds, some of which you do not need. We expect > at some point in the future to h

Re: oc export

2016-03-14 Thread Suraj Deshmukh
Hi, Thanks for the reply, - Original Message - > From: "Aaron Weitekamp" > To: "Tomas Kral" > Cc: "dev" , "Suraj Deshmukh" > > Sent: Monday, March 14, 2016 9:16:17 PM > Subject: Re: oc export > > On Mon, Mar 14, 2016 a

Re: oc export

2016-03-14 Thread Clayton Coleman
Export is a lower level tool that does not *exactly* export an entire application, but rather tries to give you the tools to build it. I would suggest instead of running "oc export all", you try "oc export dc,svc,route,is". "all" includes pods, replication controll

Re: oc export

2016-03-14 Thread Aaron Weitekamp
On Mon, Mar 14, 2016 at 11:13 AM, Tomas Kral wrote: > Hi all, > I'm working on project where we are basically using `oc export` for > exporting project and importing it to another OpenShift instance. > > But it is not working as I would expect. > > My understanding of

oc export

2016-03-14 Thread Tomas Kral
Hi all, I'm working on project where we are basically using `oc export` for exporting project and importing it to another OpenShift instance. But it is not working as I would expect. My understanding of export feature is that it can be used to move objects between clusters or projects and