Sönke Liebau
Sönke Liebau
I had a quick look at the code back when I opened this issue and have to say that I understood nothing of what is happening here :) I am...
looks like they are aware of this: https://github.com/prettier/prettier/issues/6780 Their stance is: not our problem :)
We have wrapped ycsb in a (really simple) container for our purposes. Happy to contribute this, but I'd almost feel bad about the PR because its so simple :)
I've read up on this issue a bit and just want to see if I understood the outstanding bit of work correct :) Basically the plumbing is all there to...
No worries @clux :) I played around with this a bit back in the day: https://github.com/stackabletech/hdfs-operator/blob/f0c4140d5b0487aa08813005feb2f8f853efbc6d/rust/operator-binary/src/stackable-hdfs-operator.rs#L83 And that seemed to work ok-ish. Not terribly convenient, but I guess a helper...
For 99% of use cases I agree, yes. The scenario that I was thinking of is a user running two different versions of, say, the hdfs operator in the same...
Do we want to move forward with the helper fn you sketched above? If so, should we move it straight to a `CustomResourceDefinitionExt` or wait until more candidates raise their...

Ping @pipern - do you have an opinion on this?
Not sure how much code that would not support multiple pods is left over, we'd need to investigate this at some point and write a more detailled plan for this...