James Ravn
James Ravn
Still an issue, can you reopen @tejal29? Building an image like this shouldn't be OOMKilling/using GBs of RAM - seems like a clear cut bug to me.
I'm also observing this issue. @cstyan is there anything we can do to further debug? In my case, the WAL replay memory usage seems to require 2-3x as much memory...
@yechiel-optimalq as a workaround you can remove the WAL folder in an init container. You will lose the data in the WAL, of course.
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/util/validation/validation.go is the validation lib.
The [Kubernetes API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md) also recommends this: > When choosing a group name, we recommend selecting a subdomain your group or organization owns, such as "widget.mycompany.com".
I'd recognize CRDT and not "replicated entities". How would renaming it help understanding?
@marcellanz I think CRDTs are a power feature, so most people wouldn't use them. My point above is "replicated entities" is even less understandable than "CRDTs". At least you can...
I agree it's a worthwhile effort to try and hide implementation details as long as they don't affect the user. With distributed state that is a very difficult thing to...
I agree this is more of a UX issue and can be solved manually if you know what's going on. But at least when I hit it, I found it...
Note that the current mechanism is already destructive - if you change the label selector such that it can't find the old pods, it will create a new cluster while...