Kostis (Codefresh)
Kostis (Codefresh)
Signed-off-by: Kostis Kapelonis [[email protected]](mailto:[email protected]) People that want to write code and contribute will find help quicker in the argo-contributors channel instead of the gitops one (which is more high level)
It would be great if there was a docker-compose file or something similar, so that people can build/preview the hub locally before making a pull request.
Checklist: * [X] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a chore. * [X]...
Currently we only have simple unit tests. We should have integration tests like Argo Rollouts
First of all many thanks for keeping the previous tags in Dockerhub We run the Typesense Scanner in CI (EKS cluster in AWS with Amazon Linux nodes) Up until 0.3.5...
It would be beneficial for operators if the documentation had some overview on minimum/suggested requirements in order to run ArgoCD The following pages are good candidates for including this information...
The header based routing example only works if the existing HTTP route has no filters. This works ``` apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: my-smart-route spec: parentRefs: - name: traefik-gateway...
Plugin version 0.3.0 and up needs 1.0+ implementations of the Gateway API
The plugin now supports [header-based routing](https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/features/header-based-routing/). We need to create an end-to-end example with a full demo.