Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ghiyastfarisi opened this issue Sep 17, 2022 · 2 comments
Closed

Comments

@ghiyastfarisi
Copy link
Contributor

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 ?

@ghiyastfarisi ghiyastfarisi changed the title Update the example of kubernetes or maybe creating helm chart for simplification Update the example of kubernetes and question about helm chart. Sep 17, 2022
@sgotti
Copy link
Member

sgotti commented Sep 20, 2022

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
Copy link
Contributor Author

link to the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants