Maxence Boutet

Results 22 comments of Maxence Boutet

@xtreme-shane-lattanzio, I also have the same use cases as you. Locally, we use dev containers to develop K8s tooling and operators and we run kind within that dev container. In...

You should use the `--all-namespaces` flag if your operator is operating cluster-wide, i.e. handling resources in all namespaces.

Just had the issue while having the pods view opened while a rolling update of a statefulset was occuring on v1.6.9. The statefulset had 4 reppicas and the second replica...

It's using the default upgrade strategy (I didn't set it explicitely) and it's using the Parallel podManagementPolicy if that matters.

@goenning, would adding support to toggle on/off line wrapping in logs be difficult to implement? A lot of devs in my team are asking for it and some of them...

@goenning, thanks for getting back 😄 How long was extremely long in your tests? I just checked, and the longest line I could find was around 1800 characters wide. Quite...

I'm still experiencing the issue on the following version: ```json { "Version": "v2.13.3+a25c8a0", "BuildDate": "2025-01-03T18:44:26Z", "GitCommit": "a25c8a0eef7830be0c2c9074c92dbea8ff23a962", "GitTreeState": "clean", "GoVersion": "go1.23.1", "Compiler": "gc", "Platform": "linux/amd64", "KustomizeVersion": "v5.4.3 2024-07-19T16:40:33Z", "HelmVersion": "v3.15.4+gfa9efb0",...

@agaudreault, sorry for the direct ping. Do you need any info from my end to help troubleshoot this?

@denizsurmeli, unfortunately `--part-size` didn't help. I tested with all the combinations of the following parameters: - Object size to upload: 36M, 152M, 545M - Concurrency: 1, 5, 10, 25, 50,...

I'm not noticing anything that is not working, so I would say just the annoying popup 😛 However, it might be useful to be able to get more details on...