Michael Sinz

Results 37 comments of Michael Sinz

The problem is due to the order of entries in the tar file. It is not a gzip issue but rather an issue that the two tar files, while the...

You can write your own code to take the enumeration and sort it. Pick your sort to be consistent across all locales. Unix/Posix does not push costly operations onto all...

Is there no progress on this issue. The lack of deterministic output for constant input is a big problem. It means that helm package is not deterministic and we can...

We still would like to have deterministic helm chart building. The fact that the same helm chart from the same source tree from the same git hash with the same...

The challenge is that you have to pre-allocate IPs and get them assigned to a service tag. But then something needs to manage which of those IPs are in use...

> @jackfrancis one of the main benefits of NAT gateway is actually that it doesn't have the same SNAT port exhaustion limits > > > Using a NAT gateway is...

> > what does it do as far as handling clusters with, say, 45,000 pods / 900 nodes? We have had problems in the past with SNAT and had to...

A quick test (will do more tomorrow) shows that 1.20.0-beta.1 is actually slightly more memory use (very small) but I need to get access to the large production clusters to...

I have run the 1.20.0-beta.1 and 1.19.3 now against a large cluster. Note that the cluster is rather dynamic so the runs are not of the exact same state across...

I do find it interesting that the memory use is so far more than the size of the JSON (and even worse, the YAML - still unclear how we can...