Re: oc rsh or oc get pod -w disconnection after few minutes

2017-06-23 Thread Fernando Lozano
Sometimes firewalls do that too On Fri, Jun 23, 2017 at 1:15 PM, Clayton Coleman wrote: > Generally this happens when you put a proxy in front of your Masters with > a short connection timeout. Exec and portforward are tunneled though the > master via a SPDY or Websocket

Re: garbage collection docker metadata

2017-06-09 Thread Fernando Lozano
If the Docker GC complains images are in use and you get out of disk space errors, I'd assume you need more space for docker storage. On Fri, Jun 9, 2017 at 8:37 AM, Andrew Lau wrote: > > > On Fri, 9 Jun 2017 at 21:10 Aleksandar Lazic wrote: > >> Hi

Re: Export and import questions , I am getting duplicate items

2018-06-01 Thread Fernando Lozano
, such as: oc export bc,dc,is,svc,cm > project.yaml Even then, be prepared to manually clean out the project.yaml file because it will contain runtime attributes that may not make sense when imported back. []s, Fernando Lozano On Fri, Jun 1, 2018 at 1:16 PM, Brian Keyes wrote: > HEllo

Re: Deployment Strategy: lifecycle hooks how to inject configuration

2018-02-21 Thread Fernando Lozano
you will build your custom image. This is the way containers are supposed to work, with or without OpenShift. []s, Fernando Lozano On Wed, Feb 21, 2018 at 6:15 PM, Graham Dumpleton <gdump...@redhat.com> wrote: > > > On 22 Feb 2018, at 3:21 am, Fernando Lozano <floz...@redhat.c

Re: Deployment Strategy: lifecycle hooks how to inject configuration

2018-02-22 Thread Fernando Lozano
it outside of openshift. []s, Fernando Lozano On Thu, Feb 22, 2018 at 2:18 PM, Dan Pungă <dan.pu...@gmail.com> wrote: > Thank you all for your considerations and advice! > > I just wanted to get some idea about hook-uses and how/if I should work > with them at this point. I gu

Re: Deployment Strategy: lifecycle hooks how to inject configuration

2018-02-21 Thread Fernando Lozano
s2i builder image for details, this is easier than using a Dockerfile. The standard s2i processes builds the application from sources, but it also supports feeding an application war/ear. []s, Fernando Lozano On Wed, Feb 21, 2018 at 9:43 AM, Dan Pungă <dan.pu...@gmail.com> wrote: >

Re: Help regarding mounting hostPath volumes

2018-03-07 Thread Fernando Lozano
Hi Gaurav, We usually don't change a pod directly -- we change the deployment configuration (dc) that creates and manages the pod. Changing the dc automatically destroys existing pods and creates new ones, using the updated configuration. []s, Fernando Lozano On Wed, Mar 7, 2018 at 10:42 AM

Re: openshift origin all in one

2018-10-01 Thread Fernando Lozano
Without all-in-one, how will minishift work? I assume we still want an easy to use option for developers. On Mon, Oct 1, 2018 at 10:12 AM subscription sites < subscription.si...@gmail.com> wrote: > Hi David, > > > so there will not be a possibility anymore to install on one host? Also no >

Re: Buildah jenkins agent?

2019-02-13 Thread Fernando Lozano
. []s, Fernando Lozano On Wed, Feb 13, 2019 at 12:45 PM Adam Kaplan wrote: > Hi Marc, > You can extend our slave-base agent image to yum install buildah. In > general we want to keep the slave-base as minimal as possible (we've said > no to similar requests to include skopeo). >

Re: how to access openshift-web-consol by ip addess not domain

2019-06-07 Thread Fernando Lozano
to which pod to forward traffic to. []s, Fernando Lozano On Thu, Jun 6, 2019 at 12:36 AM xiaofeng yan wrote: > hi folks, > i found that i have to input domain mode if I want to access > openshift-web-console. > As the subject, I take the following steps for accessing > opens

Re: How to do a flexvolume with ocp 4?

2019-06-14 Thread Fernando Lozano
about the filesystem type. Only the nodes (or the privileged container that manages cifs on the node, for all containers/pods in that node) should need the keytab. I'd try providing that file to the privileged pod as a configmap. []s, Fernando Lozano On Fri, Jun 14, 2019 at 11:21 AM Marc

Re: How to do a flexvolume with ocp 4?

2019-06-14 Thread Fernando Lozano
current knowledge level. Maybe it is is not that hard. []s, Fernando Lozano On Fri, Jun 14, 2019 at 10:48 AM Marc Boorshtein wrote: > >> On Thu, Jun 13, 2019 at 7:00 PM Hemant Kumar wrote: >> >>> Yes they are. The only catch is - getting them to work in control-pla

Re: Any tool to convert DeploymentConfig to Deployment

2019-08-27 Thread Fernando Lozano
create an image strean inside my project that references an image stream in the openshift project? []s, Fernando Lozano > > >> >> Are you looking to change these objects live, or in config files on disk? >> >> > On Aug 27, 2019, at 6:42 AM, Cameron Braid >> w

Re: configuring access to registry.redhat.io images

2019-09-16 Thread Fernando Lozano
Hi Ben, My recollections tell me that using latest worked a long time ago... well, I don't trust my recollections that much. ;-) I also remember something about using the middleware image streams directly as not being recommend, that we should use the templates instead. []s, Fernando Lozano

Re: configuring access to registry.redhat.io images

2019-09-16 Thread Fernando Lozano
there on my instance of CRC containers, after all it's still at beta and this is one of the things that should just work the same as it was with the latest CDK/minishift. []s, Fernando Lozano On Mon, Sep 16, 2019 at 12:03 PM Just Marvin < marvin.the.cynical.ro...@gmail.com> wrote: >

Re: configuring access to registry.redhat.io images

2019-09-16 Thread Fernando Lozano
the 'php' image stream from the 'openshift' namespace. $ oc new-app php:7.2~https://github.com/RedHatTraining/DO288-apps --name hello --context-dir php-helloworld []s, Fernando Lozano On Mon, Sep 16, 2019 at 9:17 AM Just Marvin < marvin.the.cynical.ro...@gmail.com> wrote: > Hi, > >

Re: [openshift-sme] Is a NFS share the only way to share a common PV

2019-09-16 Thread Fernando Lozano
cache. You'd need to setup something like a Nexus repo and use build env to point to that, and this is not as fast as a real maven cache would be. :-( []s, Fernando Lozano On Mon, Sep 16, 2019 at 1:53 PM Charles Moulliard wrote: > Hi, > > Is a NFS share the only way to share the same

Re: configuring access to registry.redhat.io images

2019-09-16 Thread Fernando Lozano
lozanorht/war-hello --name war --> Found image 6189c3b (2 months old) in image stream "openshift/jboss-eap72-openshift" under tag "1.0" for "jboss-eap72-openshift:1.0" ... It built my app successfully and I was able to access it, after exposing a route. []s, Ferna

Re: [OKD/OCP v4]: deployment on a single node using CodeReady Container

2019-09-18 Thread Fernando Lozano
Hi Joel, Yes, CRC requires virtualization. It creates and manages a VM, using the hypervisor provided by your laptop OS, and runs OpenShift inside that VM. AFAIK there is no more all-in-one containerized support for OpenShift so more 'oc cluster up' for OpenShift 4.x. []s, Fernando Lozano

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Fernando Lozano
the secret? []s, Fernando Lozano On Thu, Aug 8, 2019 at 11:40 AM Ben Parees wrote: > > > > On Thu, Aug 8, 2019 at 10:11 AM Mohan Radhakrishnan < > radhakrishnan.mo...@gmail.com> wrote: > >> Hi, >> >> I use OKD and when I build an image from source like thi

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-08 Thread Fernando Lozano
Lozano On Thu, Aug 8, 2019 at 11:59 AM Ben Parees wrote: > > > On Thu, Aug 8, 2019 at 10:54 AM Fernando Lozano > wrote: > >> Hi Ben, >> >> If he was using Red Hat OpenShift Container Platform instead of OKD he >> would have that secret aready baked in th

Re: Internal error occurred: Get https://registry.redhat.io/v2/redhat-openjdk-18/openjdk18

2019-08-09 Thread Fernando Lozano
shift namespace. > > Is this something I should set up ? > > Thanks. > > On Thu, 8 Aug 2019 at 20:35, Ben Parees wrote: > >> >> >> On Thu, Aug 8, 2019 at 11:01 AM Fernando Lozano >> wrote: >> >>> Hi Ben, >>> >>> I'm sorry but i

Re: [OKD/OCP v4]: deployment on a single node using CodeReady Container

2019-09-19 Thread Fernando Lozano
(sorry > - forget the exact error). It runs find on my laptop, but I'd really like > to not muddy up my laptop with all kinds of experimental things. > > Regards, > Marvin > > On Wed, Sep 18, 2019 at 12:35 PM Fernando Lozano > wrote: > >> Hi Joel, >> >> Yes,