scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
331 stars 163 forks source link

docs: Issue on page Deploying Scylla on EKS #2084

Open gcarmin opened 3 weeks ago

gcarmin commented 3 weeks ago

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?

tnozicka commented 3 weeks ago

Where this configuration should go?

Please be specific about what you mean and what youa sk to be changed

gcarmin commented 3 weeks ago

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
tnozicka commented 3 weeks ago

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