sorintlab / stolon

PostgreSQL cloud native High Availability and more.
https://talk.stolon.io
Apache License 2.0
4.62k stars 443 forks source link

Update the example of kubernetes and question about helm chart. #889

Closed ghiyastfarisi closed 1 year ago

ghiyastfarisi commented 1 year ago

What would you like to be added: Need update the yaml manifest for rolebinding.yaml and role.yaml within /examples/kubernetes/ directory.

Current apiVersion: apiVersion: rbac.authorization.k8s.io/v1beta1

update to: apiVersion: rbac.authorization.k8s.io/v1

Why is this needed: Kubernetes already drop the support for v1beta1 apiVersion for rolebinding and role, at version 1.22+ source https://kubernetes.io/docs/reference/using-api/deprecation-guide/#rbac-resources-v122

Is there any further plan to create helm chart for more simplified kube deployment version ?

sgotti commented 1 year ago

Need update the yaml manifest for rolebinding.yaml and role.yaml within /examples/kubernetes/ directory.

Please open a PR.

Is there any further plan to create helm chart for more simplified kube deployment version ?

There should already be stolon helm charts in official helm repositories. We don't want to support all the possible deploy methods but just provide some examples.

ghiyastfarisi commented 1 year ago

link to the PR