Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-08 Thread FREEMAN, BRIAN D
<borislav.gloz...@amdocs.com> Cc: FREEMAN, BRIAN D <bf1...@att.com>; Mandeep Khinda <mandeep.khi...@amdocs.com>; onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [OOM] restart an entire POD ? Re: Deterministic order Guys, if we want deterministic order we should rely on Helm

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-08 Thread Alexis de Talhouët
@att.com] > Sent: Wednesday, February 7, 2018 7:33 PM > To: Borislav Glozman <borislav.gloz...@amdocs.com>; Mandeep Khinda > <mandeep.khi...@amdocs.com>; Alexis de Talhouët <adetalhoue...@gmail.com> > Cc: onap-discuss@lists.onap.org > Subject: RE: [onap-discuss] [OOM] re

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Borislav Glozman
nesday, February 7, 2018 7:33 PM To: Borislav Glozman <borislav.gloz...@amdocs.com>; Mandeep Khinda <mandeep.khi...@amdocs.com>; Alexis de Talhouët <adetalhoue...@gmail.com> Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? AAI Brian

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread FREEMAN, BRIAN D
, February 07, 2018 10:46 AM To: FREEMAN, BRIAN D <bf1...@att.com>; Mandeep Khinda <mandeep.khi...@amdocs.com>; Alexis de Talhouët <adetalhoue...@gmail.com> Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? It is possible to define an order by us

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Borislav Glozman
l.com> Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? Agree and for simple components I do that. When there are 8 pods in a component getting the order correct is important/a pain. Brian -Original Message- From: Borislav Glozman [mailto:borislav.

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread FREEMAN, BRIAN D
<mandeep.khi...@amdocs.com>; FREEMAN, BRIAN D <bf1...@att.com>; Alexis de Talhouët <adetalhoue...@gmail.com> Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? What I do to bounce a pod is just deleting it. Helm will recreate it by itself. Examp

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Borislav Glozman
exis de Talhouët <adetalhoue...@gmail.com> Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [OOM] restart an entire POD ? One negative to deleteAll and our helm charts in their current incarnation is that it deletes everything in the namespace including services (Pod and cluster

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread FREEMAN, BRIAN D
il.com> Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [OOM] restart an entire POD ? OK I assume deleteAll.sh does not remove the dockernfs so persistant data should not be lost just any "fixes" to the container config. I can work with that. Brian -Original

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Mandeep Khinda
Brian -Original Message- From: Alexis de Talhouët [mailto:adetalhoue...@gmail.com] Sent: Wednesday, February 07, 2018 9:56 AM To: FREEMAN, BRIAN D <bf1...@att.com> Cc: onap-discuss@lists.onap.org; Mike Elliott <mike.elli...@amdocs.com>

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Michael O'Brien
@gmail.com] Sent: Wednesday, February 07, 2018 9:56 AM To: FREEMAN, BRIAN D <bf1...@att.com> Cc: onap-discuss@lists.onap.org; Mike Elliott <mike.elli...@amdocs.com> Subject: Re: [onap-discuss] [OOM] restart an entire POD ? Hi Brian, Those issues are tracked in JIRA already. Adding Mike tha

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Michael O'Brien
: Wednesday, February 7, 2018 09:56 To: BRIAN D FREEMAN <bf1...@att.com> Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [OOM] restart an entire POD ? Hi Brian, Those issues are tracked in JIRA already. Adding Mike that is looking at it (I think). About your question, you can

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread FREEMAN, BRIAN D
18 9:56 AM To: FREEMAN, BRIAN D <bf1...@att.com> Cc: onap-discuss@lists.onap.org; Mike Elliott <mike.elli...@amdocs.com> Subject: Re: [onap-discuss] [OOM] restart an entire POD ? Hi Brian, Those issues are tracked in JIRA already. Adding Mike that is looking at it (I think). About you

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Josef Reisinger
Brian, funningly I was looking for the same, restarting a pod ... and I found this which seems to work (I am having issues with vnc pod) https://stackoverflow.com/questions/40259178/how-to-restart-kubernetes-pods Mit freundlichen Grüßen / Kind regards Josef Reisinger From: "FREEMAN,

Re: [onap-discuss] [OOM] restart an entire POD ?

2018-02-07 Thread Alexis de Talhouët
Hi Brian, Those issues are tracked in JIRA already. Adding Mike that is looking at it (I think). About your question, you cannot do this through K8S UI; at least, not that I’m aware of. But using our scripts, you can delete and create a specific app. For instance: