Skip to content

Commit 37c8c18

Browse files
Merge pull request #17286 from jim-minter/zookeeper-warnings
Automatic merge from submit-queue. add warning to Zookeeper example #12620 probably covers updating this to use StatefulSets, but in the meantime a warning is needed. @mfojtik @bparees
2 parents ba07a05 + e92353d commit 37c8c18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: examples/zookeeper/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Replicated ZooKeeper Template
22
=============================
33

4+
WARNING: This is a toy example and is NOT SUITABLE FOR PRODUCTION USE. It
5+
instantiates Pods directly rather than through a StatefulSet object, therefore
6+
the Pods are not resilient in face of an application crash or eviction.
7+
48
ZooKeeper is a distributed, open-source coordination service for distributed
59
applications. It exposes a simple set of primitives that distributed
610
applications can build upon to implement higher level services for

0 commit comments

Comments
 (0)