Commit 34678e9
committed
Attach additional volume for pgbouncer
* Add additional volume for pgbouncer pods
Change the API to allow users to specify preexisting
PVCs to attach to specified containers in the pgbouncer
instance pods.
The spec allows users to specify whether to add
the volume to
- all containers (by omitting the containers list)
- no containers (by specifying an empty containers list)
- a list of named containers
If any of the named containers isn't present, we continue
to reconcile, but issue a warning event with the names
of the missing containers.
Issues: [PGO-2557]1 parent 6b01868 commit 34678e9
File tree
6 files changed
+177
-1
lines changed- config/crd/bases
- internal/controller/postgrescluster
- pkg/apis/postgres-operator.crunchydata.com/v1beta1
6 files changed
+177
-1
lines changedLines changed: 98 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16097 | 16097 | | |
16098 | 16098 | | |
16099 | 16099 | | |
| 16100 | + | |
| 16101 | + | |
| 16102 | + | |
| 16103 | + | |
| 16104 | + | |
| 16105 | + | |
| 16106 | + | |
| 16107 | + | |
| 16108 | + | |
| 16109 | + | |
| 16110 | + | |
| 16111 | + | |
| 16112 | + | |
| 16113 | + | |
| 16114 | + | |
| 16115 | + | |
| 16116 | + | |
| 16117 | + | |
| 16118 | + | |
| 16119 | + | |
| 16120 | + | |
| 16121 | + | |
| 16122 | + | |
| 16123 | + | |
| 16124 | + | |
| 16125 | + | |
| 16126 | + | |
| 16127 | + | |
| 16128 | + | |
| 16129 | + | |
| 16130 | + | |
| 16131 | + | |
| 16132 | + | |
| 16133 | + | |
| 16134 | + | |
| 16135 | + | |
| 16136 | + | |
| 16137 | + | |
| 16138 | + | |
| 16139 | + | |
| 16140 | + | |
| 16141 | + | |
| 16142 | + | |
| 16143 | + | |
| 16144 | + | |
| 16145 | + | |
| 16146 | + | |
| 16147 | + | |
| 16148 | + | |
16100 | 16149 | | |
16101 | 16150 | | |
16102 | 16151 | | |
| |||
34715 | 34764 | | |
34716 | 34765 | | |
34717 | 34766 | | |
| 34767 | + | |
| 34768 | + | |
| 34769 | + | |
| 34770 | + | |
| 34771 | + | |
| 34772 | + | |
| 34773 | + | |
| 34774 | + | |
| 34775 | + | |
| 34776 | + | |
| 34777 | + | |
| 34778 | + | |
| 34779 | + | |
| 34780 | + | |
| 34781 | + | |
| 34782 | + | |
| 34783 | + | |
| 34784 | + | |
| 34785 | + | |
| 34786 | + | |
| 34787 | + | |
| 34788 | + | |
| 34789 | + | |
| 34790 | + | |
| 34791 | + | |
| 34792 | + | |
| 34793 | + | |
| 34794 | + | |
| 34795 | + | |
| 34796 | + | |
| 34797 | + | |
| 34798 | + | |
| 34799 | + | |
| 34800 | + | |
| 34801 | + | |
| 34802 | + | |
| 34803 | + | |
| 34804 | + | |
| 34805 | + | |
| 34806 | + | |
| 34807 | + | |
| 34808 | + | |
| 34809 | + | |
| 34810 | + | |
| 34811 | + | |
| 34812 | + | |
| 34813 | + | |
| 34814 | + | |
| 34815 | + | |
34718 | 34816 | | |
34719 | 34817 | | |
34720 | 34818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1259 | 1259 | | |
1260 | 1260 | | |
1261 | 1261 | | |
1262 | | - | |
| 1262 | + | |
1263 | 1263 | | |
1264 | 1264 | | |
1265 | 1265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
478 | 488 | | |
479 | 489 | | |
480 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
512 | 540 | | |
513 | 541 | | |
514 | 542 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
134 | 147 | | |
135 | 148 | | |
136 | 149 | | |
| |||
Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments