You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix: autoscaling apiVersion, autoscaling/v2 is available since 1.23 (#146)
- fix: postgresql dependency (upgrade to the lastest available chart `12.1.6`)
- feat: add 2 init container on puppetdb deployment to start only when postgresql & puppet master is ready
- feat: allow custom config on puppetdb
- feat: bump Puppetserver to `v7.9.2`.
- feat: bump PuppetDB to `v7.10.0`.
- feat: bump Puppetboard to `v4.2.4`.
- fix: move configmap in /tmp to avoid Read Only error in puppetserver init container
Copy file name to clipboardExpand all lines: README.md
+24-17Lines changed: 24 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,10 @@ To achieve better throughput of Puppet Infrastructure, you can enable and scale
70
70
71
71
### Multiple PostgreSQL Read Replicas
72
72
73
-
To achieve better throughput of Puppet Infrastructure, you can enable and scale out PostgreSQL cluster using `.Values.postgresql.replication.enabled` and `.Values.postgresql.replication.slaveReplicas`.
73
+
For now it's not available anymore, since bitnami cleanned their old release. for multiple Postgresql we have to use postgresql-ha.
74
+
Read replica return an error on puppetdb:
75
+
`ERROR [p.p.c.services] Will retry database connection after temporary failure: java.sql.SQLTransientConnectionException: PDBMigrationsPool: default - Connection is not available, request timed out after 3002ms.`
76
+
74
77
75
78
## Chart Components
76
79
@@ -145,6 +148,17 @@ The following table lists the configurable parameters of the Puppetserver chart
@@ -313,7 +321,10 @@ The following table lists the configurable parameters of the Puppetserver chart
313
321
|`puppetdb.customPersistentVolumeClaim.storage.enable`| If true, use custom PVC for storage |``|
314
322
|`puppetdb.customPersistentVolumeClaim.storage.config`| Configuration for custom PVC for storage |``|
315
323
|`puppetdb.extraContainers`| Extra containers to inject into the puppetdb pod |``|
324
+
|`puppetdb.extraInitContainers`| Extra initContainers to inject into the puppetdb pod |``|
316
325
|`puppetdb.serviceAccount.enabled`| Enable service account (Note: Service Account will only be automatically created if `puppetdb.serviceAccount.create` is not set. |`false`|
|`puppetdb.psp.create`| Whether to create a PodSecurityPolicy. WARNING: PodSecurityPolicy is deprecated in Kubernetes v1.21 or later, unavailable in v1.25 or later |`false`|
@@ -336,10 +347,6 @@ The following table lists the configurable parameters of the Puppetserver chart
0 commit comments