Results 28 issues of Diego Lovison

### Module Core ### Proposal ``` % docker context ls NAME DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR default Current DOCKER_HOST based configuration unix:///var/run/docker.sock https://api.xpto.net:6443 (dlovison) swarm desktop-linux unix:///Users/dlovison/.docker/run/docker.sock my-remote-engine2 *...

type/enhancement

``` % docker context Usage: docker context COMMAND Manage contexts Commands: create Create a context export Export a context to a tar or kubeconfig file import Import a context from...

https://issues.redhat.com/browse/ISPN-14204

### Expected Behavior No memory leak ### Actual Behavior A huge amount of memory that prevents the optimization process ### Steps to Reproduce Create the folling class ```python class MyMemoryDumper(object):...

Reduce memory footprint

/kind feature **Description:** The current code is ```python RESOURCE_OP_IMAGE = ":".join(["quay.io/aipipeline/kubectl-wrapper", "latest"]) TEKTON_HOME_RESULT_PATH = "/tekton/home/tep-results/" # The image to use in basic bash steps such as copying results in multi-step....

kind/feature

**Which issue is resolved by this Pull Request:** Resolves # **Description of your changes:** **Checklist:** - [ ] Unit tests pass: **Make sure you have installed kustomize == 5.0.3** 1....

do-not-merge/work-in-progress
size/S

gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with...

feature