-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Allow resource deployments into specific node groups #78
Comments
Initial thoughts are to use Currently investigating the definition and placement of the interface for this feature. Tasks list:
|
Feature PlanSupport Kubernetes node affinity specifically Configuration & interfaceThe feature will have two methods of configuration & interface allowing for more refined control. Method 1CRD & CRs
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
matchExpressions:
- key: disktype
operator: In
values:
- ssd
Method 2HELM
|
Thank you for your work on this operator. This feature is exactly what we need. I see you've merged a few PRs to implement it, do you know when you plan to release it? If a release isn't planned soon, is it in a usable state if we compile it ourselves? |
Hello @jamessthompson, The feature will be released in few days at the most along with related documentation. Feel free to check the linked PR and voice your thoughts if you wish. |
This week, we determined that we need to do a large load test of our system before the end of the month. With that short timeline, we decided our first attempt would use locust, a tool I've used in the past. While the locust helm chart would work, your operator would make load tests easier to maintain in the long run, so we figured we'd start with it. We need the functionality in this feature request to configure this specific load test to provision pods on nodes in public subnets. |
most of development has concluded.
|
…& Taint tolerations information from Custom Resources
…& Taint tolerations information from Custom Resources (#84)
HELM changes have been merged and feature has been released. Usage documentation can be found under the "Advanced Topics" section in the documentation. |
Is your feature request related to a problem? Please describe.
Enable the operator to support deploying cluster resources into specific node groups
Describe the solution you'd like
Through the Custom resource, support a filed that would dictate which Kubernetes node group to be used.
The text was updated successfully, but these errors were encountered: