Madhav Bhargava

Results 106 comments of Madhav Bhargava

@seshachalam-yv retention algorithm (current) is quite complex. I would really like to get the reasoning (maybe there is sound reasoning) which made us make this simple thing so complicated. Is...

If you use docker to build the images (multi-stage builds) then you build the binary in the builder step and copy the built binary to a specific location which also...

**MOM** ------------------------------------------------------- Participants: @shreyas-s-rao, @unmarshall **State as of today** _etcd-reconciler_ Today the etcd reconciler reacts to changes made to `etcd` resource when a reconcile annotation is set on the `etcd`...

There is an issue when using `onDelete` which should be kept in mind. https://github.com/kubernetes/kubernetes/issues/73492

@shreyas-s-rao as you have already found out that just by changing the `storageCapacity` a statefulset cannot be updated. If one tries to do that the following error will be returned:...