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

2018-02-08 Thread FREEMAN, BRIAN D
: FREEMAN, BRIAN D ; Mandeep Khinda ; 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 hook, in addition to readiness-probe / liveness probe. I’ll let you have a look: https

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

2018-02-08 Thread Alexis de Talhouët
, February 7, 2018 7:33 PM > To: Borislav Glozman ; Mandeep Khinda > ; Alexis de Talhouët > Cc: onap-discuss@lists.onap.org > Subject: RE: [onap-discuss] [OOM] restart an entire POD ? > > AAI > > Brian > > > k8s_aai-service_aai-service-749944520-qqs7m_ona

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

2018-02-07 Thread Borislav Glozman
nesday, February 7, 2018 7:33 PM To: Borislav Glozman ; Mandeep Khinda ; Alexis de Talhouët Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? AAI Brian k8s_aai-service_aai-service-749944520-qqs7m_onap-aai_4e885d69-0c18-11e8-acd3-02f29cda8767_0 k

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 ; Mandeep Khinda ; Alexis de Talhouët Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? It is possible to define an order by using readinessCheck init container. It is done in many places like sdc (although there

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

2018-02-07 Thread Borislav Glozman
a Platinum member of ONAP -Original Message- From: FREEMAN, BRIAN D [mailto:bf1...@att.com] Sent: Wednesday, February 7, 2018 5:43 PM To: Borislav Glozman ; Mandeep Khinda ; Alexis de Talhouët Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD

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

2018-02-07 Thread FREEMAN, BRIAN D
, BRIAN D ; Alexis de Talhouët 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. Example: root@borislav-rancher-test:/opt/oom/kubernetes/oneclick# kubectl get pods -n onap

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

2018-02-07 Thread Borislav Glozman
ap-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 IPs will change when they come back), database processe

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

2018-02-07 Thread FREEMAN, BRIAN D
kubernetes/oneclick/createAll.sh -n onap -a aai Brian -Original Message- From: OBRIEN, FRANK MICHAEL Sent: Wednesday, February 07, 2018 10:13 AM To: FREEMAN, BRIAN D ; Alexis de Talhouët Cc: onap-discuss@lists.onap.org Subject: RE: [onap-discuss] [OOM] restart an entire POD ? Yes, Ri

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

2018-02-07 Thread Mandeep Khinda
exis de Talhouët [mailto:adetalhoue...@gmail.com] Sent: Wednesday, February 07, 2018 9:56 AM To: FREEMAN, BRIAN D Cc: onap-discuss@lists.onap.org; Mike Elliott Subject: Re: [onap-discuss] [OOM] restart an entire POD ? Hi Brian, Those issues are tracked in JIRA already. A

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

2018-02-07 Thread Michael O'Brien
y 07, 2018 9:56 AM To: FREEMAN, BRIAN D Cc: onap-discuss@lists.onap.org; Mike Elliott 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 cannot do this through K8S UI

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

2018-02-07 Thread Michael O'Brien
Sent: Wednesday, February 7, 2018 09:56 To: BRIAN D FREEMAN 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 cannot do this through K

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

2018-02-07 Thread FREEMAN, BRIAN D
18 9:56 AM To: FREEMAN, BRIAN D Cc: onap-discuss@lists.onap.org; Mike Elliott 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 cannot do this through K8S UI; at

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, BRI

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: ./oom/kubernetes/oneclick/del