Skip to content

Commit

Permalink
Merge pull request #1498 from rzetelskik/eks-doc-nodeconfig-example-f…
Browse files Browse the repository at this point in the history
…ix-1.11

[v1.11] Fix example file in 'Setting up nodes for ScyllaDB' of 'Deploying Scylla on EKS' documentation page
  • Loading branch information
scylla-operator-bot[bot] authored Oct 19, 2023
2 parents daa64e7 + 34b15ab commit 99c012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ScyllaDB, except when in developer mode, requires storage with XFS filesystem. T

Deploy `NodeConfig` to let it take care of the above operations:
```
kubectl apply --server-side -f examples/gke/nodeconfig-alpha.yaml
kubectl apply --server-side -f examples/eks/nodeconfig-alpha.yaml
```

#### Deploying Local Volume Provisioner
Expand Down

0 comments on commit 99c012b

Please sign in to comment.