aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/pv.sh
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-03-01 15:08:43 +0100
committerStaffan Olsson <staffan@repos.se>2017-06-23 20:01:46 +0200
commit1110d598c8dfe705f78fc101cf697738e65d97c6 (patch)
tree6555a4028787f13a74cfd9a694e0fda5f8f3a37f /bootstrap/pv.sh
parenta385740ddf05532f48c73f2aba60a4ab44b61b6e (diff)
downloadkubernetes-kafka-1110d598c8dfe705f78fc101cf697738e65d97c6.tar.gz
kubernetes-kafka-1110d598c8dfe705f78fc101cf697738e65d97c6.tar.bz2
kubernetes-kafka-1110d598c8dfe705f78fc101cf697738e65d97c6.zip
Makes PV match PVC, avoiding small initial storage becase resize is difficult in GKE
Diffstat (limited to 'bootstrap/pv.sh')
-rwxr-xr-xbootstrap/pv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/pv.sh b/bootstrap/pv.sh
index 78bf7f5..c12787b 100755
--- a/bootstrap/pv.sh
+++ b/bootstrap/pv.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-echo "Note that in for example GKE a PetSet will have PersistentVolume(s) and PersistentVolumeClaim(s) created for it automatically"
+echo "Note that in for example GKE a StatefulSet will have PersistentVolume(s) and PersistentVolumeClaim(s) created for it automatically"
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
path="$dir/data"