Skip to content
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

Remove host networking mentions from documentation and examples #2087

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions docs/source/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,6 @@ Checking the logs of the running scylla instances can be done like this:
kubectl -n scylla logs simple-cluster-us-east-1-us-east-1a-0 scylla
```

### Configure host networking

To squeeze the most out of your deployment it is sometimes necessary to employ [host networking](https://kubernetes.io/docs/concepts/services-networking/).
To enable this the CRD allows for specifying a `network` parameter as such:

```yaml
version: 5.4.3
agentVersion: 3.3.0
cpuset: true
network:
hostNetworking: true
```

This will result in hosts network to be used for the Scylla Stateful Set deployment.

### Configure container kernel parameters

Expand Down
2 changes: 0 additions & 2 deletions examples/eks/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ spec:
agentVersion: 3.3.0
version: 5.4.3
cpuset: true
network:
hostNetworking: true
sysctls:
- "fs.aio-max-nr=2097152"
datacenter:
Expand Down
2 changes: 0 additions & 2 deletions examples/gke/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ spec:
automaticOrphanedNodeCleanup: true
sysctls:
- "fs.aio-max-nr=2097152"
network:
hostNetworking: true
datacenter:
name: <gcp_region>
racks:
Expand Down