Ethan Hall

Results 6 issues of Ethan Hall

This was done so I could access the helpers in another project.

In an effort to make sure that the code is stable and doesn't get small bugs, lets try to move most (not all) of the code into Java. We should...

enhancement

Some users may want to not fail builds if the requested version of python isn't available so they should be able to set a 'fallback' version that would be picked...

enhancement

**What happened?** Defining a default value in the devspace.yaml file will not be overwritten by the `.env` file. I tried putting `DEVSPACE_ENV_FILE: ".env"` at the beginning and end of the...

area/config

I tried to update Argo Workflow CRDs to v3.5.4 using the following script. ```bash set -eu set -o pipefail ARGO_ROLLOUTS_VERSION='1.6.6' KUBECONFORM_DIR= kinds=( analysis-run-crd analysis-template-crd cluster-analysis-template-crd experiment-crd kustomization rollout-crd ) for...

### Describe the bug When setting a Canary object to so session affinity with an Kubernete API Gateway like in [Session Affinity](https://docs.flagger.app/tutorials/gatewayapi-progressive-delivery#session-affinity). I was running a K6 test to verify...