I want to add the node to the Kubernetes cluster created via kops. I know it is possible to do it with a changing number of nodes in the instance group. but I'm looking for different kinds of solutions because I already have some ec2 instances (in same region) and I want to use them as nodes for my Kubernetes cluster.
Asked
Active
Viewed 65 times
2
-
I assume [this answer](https://stackoverflow.com/a/51428223/1410677) is a good start to a solution. You probably need to make sure to apply the same tas to the "new" machine, as the others on your Kops cluster have. – cvoigt Feb 16 '20 at 17:40