Comment 5 for bug 1590460

Revision history for this message
Dmytro Dovbii (ddovbii) wrote :

it is not a bug of murano or murano application. This is just a behavior of kubernetes itself. If user wants to keep pod alive after manipulating with k8s nodes, he should specify replicas parameter to create replication controller which aims to control access to the application.

Since v1.1 kubernetes provides control of pods created without replication controller [1]. So, this issue should be fixed with updating k8s murano image to higher version from current v1.0.6

1. https://github.com/kubernetes/kubernetes/issues/16846