pgo create pgbouncer
pgo create pgbouncer
Create a pgbouncer
Synopsis
Create a pgbouncer. For example:
pgo create pgbouncer mycluster
pgo create pgbouncer [flags]
Options
--cpu string Set the number of millicores to request for CPU for pgBouncer. Defaults to being unset.
--cpu-limit string Set the number of millicores to request for CPU for pgBouncer.
-h, --help help for pgbouncer
--memory string Set the amount of memory to request for pgBouncer. Defaults to server value (24Mi).
--memory-limit string Set the amount of memory to limit for pgBouncer.
--replicas int32 Set the total number of pgBouncer instances to deploy. If not set, defaults to 1.
-s, --selector string The selector to use for cluster filtering.
--service-type string The Service type to use for pgBouncer. Defaults to the Service type of the PostgreSQL cluster.
--tls-secret string The name of the secret that contains the TLS keypair to use for enabling pgBouncer to accept TLS connections. The PostgreSQL cluster must have TLS enabled.
Options inherited from parent commands
--apiserver-url string The URL for the PostgreSQL Operator apiserver that will process the request from the pgo client. Note that the URL should **not** end in a '/'.
--debug Enable additional output for debugging.
--disable-tls Disable TLS authentication to the Postgres Operator.
--exclude-os-trust Exclude CA certs from OS default trust store
-n, --namespace string The namespace to use for pgo requests.
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
SEE ALSO
- pgo create - Create a Postgres Operator resource