[ https://issues.apache.org/jira/browse/STRATOS-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Imesh Gunaratne resolved STRATOS-1204. -------------------------------------- Resolution: Fixed Fix Version/s: 4.1.0 Alpha Fixed with commit revision: b3f7437e0c06e9fdb5595a2bad2a34f0b9604666 > Kubernetes Replication Controllers are used when creating Pods > -------------------------------------------------------------- > > Key: STRATOS-1204 > URL: https://issues.apache.org/jira/browse/STRATOS-1204 > Project: Stratos > Issue Type: Bug > Components: Cloud Controller > Affects Versions: 4.1.0 Alpha > Reporter: Imesh Gunaratne > Assignee: Imesh Gunaratne > Fix For: 4.1.0 Alpha > > > Currently a replication controller is created for each member in Kubernetes. > As a result if the pod stops responding, the replication controller will > remove the existing pod and create a new one. Here the new pod will get a new > pod id. When this happens Stratos will not be able to manage pods because > there is no information sent to Stratos about this process. Therefore I think > we may need to do avoid using replication controllers and directly create > pods until we get assistance from Kubernetes to retrieve this information. -- This message was sent by Atlassian JIRA (v6.3.4#6332)