Open gcarmin opened 2 months ago
Where this configuration should go?
Please be specific about what you mean and what youa sk to be changed
All of the config snippets that are below this part - https://operator.docs.scylladb.com/v1.13/eks#creating-an-eks-cluster for example:
A NodeGroup of 3 i3-2xlarge Nodes, where the Scylla Pods will be deployed. These nodes will only accept pods having scylla-clusters toleration.
- name: scylla-pool
instanceType: i3.2xlarge
desiredCapacity: 3
labels:
scylla.scylladb.com/node-type: scylla
taints:
role: "scylla-clusters:NoSchedule"
ssh:
allow: true
kubeletExtraConfig:
cpuManagerPolicy: static
yeah, this one is a bit of a mess. Some place should say this is from the eksctl config https://github.com/scylladb/scylla-operator/blob/b3da0a4/examples/eks/eks-cluster.yaml
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
/lifecycle stale
/remove-lifecycle stale /triage accepted
I would like to report an issue on page https://operator.docs.scylladb.com/v1.13/eks
Problem
Where this configuration should go? Which file?