Thomas Diesler

Results 54 comments of Thomas Diesler

> A plugin is a standalone executable file, whose name begins with kubectl-. To install a plugin, move its executable file to anywhere on your PATH. > > You can...

Ok, let me take care of that - it seems a good task to get in touch with many things. I can see two possible approaches ... 1) Plugin is...

I would look like this ... https://github.com/tdiesler/camel-k/tree/ghi471

workaround ``` client._get('rateLimit/order', data={}, signed=True) ```

The second commit ignores the internal `dependencies` trait

Thanks, we probably want a similar envar logic for these as we have for the build - I'll suggest something

I made a simple change to test_support that adds the the missing `-t builder.platforms` trait when on arm64 and not given already, as well as a simple wrapper script that...

For reference, on MacOS M2, 24G Ram, 8 Core ``` > time TEST_COMMON_PARALLEL_COUNT=2 make test-smoke | tee build/_output/test-smoke.out TEST_COMMON_PARALLEL_COUNT=2 make test-smoke 17.41s user 6.80s system 1% cpu 27:34.82 total ```

This should be out-of-date, now that the platform uses an arch specific default ``` > time TEST_COMMON_PARALLEL_COUNT=2 make test-smoke | tee build/_output/test-smoke.out TEST_COMMON_PARALLEL_COUNT=2 make test-smoke 29.63s user 7.47s system 1%...