Comment 1 for bug 2003071

Revision history for this message
John A Meinel (jameinel) wrote :

Actually, the issue is that for K8s provider, you have to have the line:

bundle: kubernetes

This is because on K8s we do "Scale(app)" rather than "AddUnit(app)", and to know which one to do we look at whether the bundle has that configuration or not.
(This is not the ideal case, it is just how it works today.)