Oliver Trosien
Oliver Trosien
These are the annotations I would like to port from projectlombok to xtend first: - NoArgsConstructor, AllArgsConstructor, RequiredArgsConstructor, probably with a very similar API, so you can control constructor visibility,...
I see a use case for filtering for pods in a specific namespace
We need to loop back to kubernetes to wait progressing with a rolling restart until the traffic fade-in of a pod is complete. If we don't, we create a skew...
An interesting feature instead of starting with canary, and directly shifting traffic to your new stack, it would be nice to first push some shadow traffic to the new stack,...
## Expected Behavior When updating an EDS without auto-scaling, one should be able to specify desired replicas to 0 in order to drain all data from an EDS. ## Actual...
Our current node-group based index allocation is mainly due to the fact that the traffic pattern for certain indices is similar. This served fairly well in the past, but it...
An Elasticsearch version upgrade is a situation where the number of spare instances needs to exceed the number of index replicas in order to allow both primaries and replicas to...
## Expected Behavior There are situations when ES will refuse to drain a given node (usually allocation constraints like max. number of shards per index and node). This will cause...
It is usually sufficient to scale up replicas of one index in a group: the one with the highest traffic. Benefit is increased efficiency of scaling operation, less wasted resources...
We could potentially find and resolve disk-issues before ES blocks writing to the index. At the moment the only disk-based check we do is to prevent scaling down in case...