From c96252a9840ffc9d8e46e41e52f29b440119a0c6 Mon Sep 17 00:00:00 2001 From: timchenxiaoyu <837829664@qq.com> Date: Fri, 24 Feb 2017 17:15:51 +0800 Subject: [PATCH] daemon not deamon --- storage/cassandra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/cassandra/README.md b/storage/cassandra/README.md index 5055fd81..be6d2908 100644 --- a/storage/cassandra/README.md +++ b/storage/cassandra/README.md @@ -811,7 +811,7 @@ $ kubectl delete daemonset cassandra A custom [`SeedProvider`](https://svn.apache.org/repos/asf/cassandra/trunk/src/java/org/apache/cassandra/locator/SeedProvider.java) is included for running Cassandra on top of Kubernetes. Only when you deploy Cassandra -via a replication control or a deamonset, you will need to use the custom seed provider. +via a replication control or a daemonset, you will need to use the custom seed provider. In Cassandra, a `SeedProvider` bootstraps the gossip protocol that Cassandra uses to find other Cassandra nodes. Seed addresses are hosts deemed as contact points. Cassandra instances use the seed list to find each other and learn the topology of the