Comment 1 for bug 1608923

Revision history for this message
rajiv (rajiv-kumar) wrote :

There are two possibilities for solution:

1) Change the user name from the minion to some generic name, not dependant on the role of the instance. Name can be something describing driver name or used base image. So choices might be
   a) kubernetes
   b) fedora/coreos

2) Change the user name of the instance hosting master, from the "minion" to "master" and keep minion user name as it is.

No. 2 option introduce little complexity into the code. For just user name, we have to add extra code and maintain it. Now it has to be decided whether it is worth implementing or not.

No. 1.b suffer from the same disadvantage of No 2.

No. 1.a is easy to implement and does not require addition of extra code, just name from "minion" to generic name(TBD) will be changed.