We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd1057 commit aece3cbCopy full SHA for aece3cb
docs/user-guide.asciidoc
@@ -255,6 +255,13 @@ actions:
255
and become a valid read-write master
256
* remove the PgClone TPR
257
258
+NOTE: if you are cloning a cluster that has replica(s) which
259
+specify a /pgdata volume using emptyDir volume type, then the cloned
260
+master will inherit that same emptydir volume for the new cloned
261
+master. If this is not the behavior you want, you will need to specify
262
+a volume type for the replica(s) that is based on either shared
263
+volume types or dynamic volumes.
264
+
265
== bash Completion
266
267
There is a bash completion file that is included for users to try, this
0 commit comments