CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 328 forks source link

statefulset folder missing? #1369

Closed khteh closed 3 years ago

khteh commented 3 years ago

Which example are you working with? https://kubernetes.io/blog/2017/02/postgresql-clusters-kubernetes-statefulsets/ What is the current behavior? I don't find statefulset folder here What is the expected behavior? statefulset folder with manifests in it. Other information (e.g. detailed explanation, related issues, etc)

Please tell us about your environment:

If possible please run the following on the kubernetes or Openshit (oc) commands and provide the result: kubectl describe yourPodName kubectl describe pvc kubectl get nodes kubectl log yourPodName

jkatz commented 3 years ago

PGO 5 uses Statefulsets for Postgres instances. I would recommend using that if you are managing Postgres instances in Kubernetes.