aboutsummaryrefslogtreecommitdiff
path: root/zookeeper/test.sh
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2016-09-04 20:29:17 +0200
committerStaffan Olsson <staffan@repos.se>2016-09-04 20:29:17 +0200
commit1eef3f9bbca15dbc1d2b97e1f5feb51fe27f8526 (patch)
tree8ffc531a0d772faaf78e483a2dc3fc644cc1c18b /zookeeper/test.sh
downloadkubernetes-kafka-1eef3f9bbca15dbc1d2b97e1f5feb51fe27f8526.tar.gz
kubernetes-kafka-1eef3f9bbca15dbc1d2b97e1f5feb51fe27f8526.tar.bz2
kubernetes-kafka-1eef3f9bbca15dbc1d2b97e1f5feb51fe27f8526.zip
Current from https://github.com/kubernetes/contrib/tree/master/pets
Diffstat (limited to 'zookeeper/test.sh')
-rwxr-xr-xzookeeper/test.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/zookeeper/test.sh b/zookeeper/test.sh
new file mode 100755
index 0000000..fbe12ff
--- /dev/null
+++ b/zookeeper/test.sh
@@ -0,0 +1,19 @@
+#! /bin/bash
+
+# Copyright 2016 The Kubernetes Authors All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+kubectl exec zoo-0 -- /opt/zookeeper/bin/zkCli.sh create /foo bar;
+kubectl exec zoo-2 -- /opt/zookeeper/bin/zkCli.sh get /foo;
+