helm pull bitnami/postgresql
tar -xf postgresql-8.4.3.tgz && cd postgresql
helm upgrade --install -f values-production.yaml postgresql .
kubectl get all
答案 0 :(得分:0)
请尝试使用oparator安装postgresql集群。 您可以使用 1. https://github.com/zalando/postgres-operator/blob/master/docs/quickstart.md#deployment-options 2. https://github.com/CrunchyData/postgres-operator
它们都是流行的postgresql运算符。 我想建议您使用crunchydata PGO。您可以轻松地从this
安装它答案 1 :(得分:-1)
helm upgrade --install --debug -f values-production.yaml postgresql .
能否请您尝试调试和--dry-run?也请参阅本自述文件。
https://github.com/bitnami/charts/blob/master/bitnami/postgresql/README.md