This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Be more flexible for instance type #310
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened:
At this moment in tarmak.yaml, we can only provide small, medium, large, ...
What you expected to happen:
I would expect we can specify a specific AWS instance like
c5.large
. This makes tarmak more tweakable for end-user.For master I would do a check that we don't launch instances that are too small to run everything (eg t2.nano, t2.micro, ...). A sensible default should also be set.
Especially for masters we should make this tweakable. People have totally different workloads (eg memory, cpu, gpu, ...)
How to reproduce it (as minimally and precisely as possible):
tarmak init
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: