Andrei Kvapil
Andrei Kvapil
Hey there, I just want to note that I'm also looking the way for doing this, I can sponsor on writing implementation. my issue: https://github.com/siderolabs/talos/issues/8738
closed in favor https://github.com/aenix-io/etcd-operator/issues/224
Could you please move to design subdirectory into website
Let's move it into `architecture` in docs, and we can merge it after v0.3
Could you please move to design subdirectory into website
Another idea to consider is if a user manually recreate a replica (by deleting the pod and the PVC). In such cases we need to verify within the cluster that...
Sure, will do. Thank you ❤️
Yeah, sorry, I just filled the description
> Where is the talos config stored? Is it in cluster object or just rather a file somewhere? It's stored in talos api for every node, I think we would...
Job to cleanup state: ```yaml apiVersion: apps/v1 kind: DaemonSet metadata: name: ovn-cleanup namespace: cozy-kubeovn spec: selector: matchLabels: app: ovn-cleanup template: metadata: labels: app: ovn-cleanup component: network type: infra spec: affinity:...