-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add EtcdCluster resource examples #114
Conversation
I’ll personally raise the question again whether we should replace:
piraeus-operator and elk-operator use it this way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I would personally add etcdcluster-with-default-pdb.yaml
---
apiVersion: etcd.aenix.io/v1alpha1
kind: EtcdCluster
metadata:
name: test
namespace: default
spec:
replicas: 3
podDisruptionBudget: {}
d497a92
to
383d5b6
Compare
Signed-off-by: Andrei Kvapil <[email protected]>
PR rebased after internal discussion to use Template suffixes for configuring Kubernetes entities. Another advantage of using the Template suffixes is that it serves as a contract to adhere to the Kubernetes specifications. What we have in storage and options is validated and processed by our logic, and the specifications there are strictly our own. However, what is in *Template follows the Kubernetes specifications and is intuitively understandable. |
following up #109 (comment)
Here are examples for: