-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Milestone
Description
Internally we agreed to extend spec like this:
---
apiVersion: etcd.aenix.io/v1alpha1
kind: EtcdCluster
metadata:
name: test
namespace: ns1
spec:
image: "quay.io/coreos/etcd:v3.5.12"
replicas: 3
+ storage:
+ persistence: true # default: true, immutable
+ storageClass: local-path
+ size: 10Gi
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2024-03-06T18:39:45Z"
status: "True"
type: Ready
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done