Skip to content

Commit 0e128dc

Browse files
authored
Merge pull request #73 from islinwb/master
Update docs in cassandra/
2 parents 144e3b1 + 100eec6 commit 0e128dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cassandra/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The StatefulSet manifest, included below, creates a Cassandra ring that consists
146146
UN 172.17.0.6 84.74 KiB 32 67.1% a6a1e8c2-3dc5-4417-b1a0-26507af2aaad Rack1-K8Demo
147147

148148
## Modifying the Cassandra StatefulSet
149-
Use `kubectl edit` to modify the size of of a Cassandra StatefulSet.
149+
Use `kubectl edit` to modify the size of a Cassandra StatefulSet.
150150

151151
1. Run the following command:
152152

cassandra/java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cassandra on Kubernetes Custom Seed Provider: releases.k8s.io/HEAD
22

3-
Within any deployment of Cassandra a Seed Provider is used to for node discovery and communication. When a Cassandra node first starts it must discover which nodes, or seeds, for the information about the Cassandra nodes in the ring / rack / datacenter.
3+
Within any deployment of Cassandra a Seed Provider is used for node discovery and communication. When a Cassandra node first starts it must discover which nodes, or seeds, for the information about the Cassandra nodes in the ring / rack / datacenter.
44

55
This Java project provides a custom Seed Provider which communicates with the Kubernetes API to discover the required information. This provider is bundled with the Docker provided in this example.
66

0 commit comments

Comments
 (0)