Skip to content
#

experiments

Here are 624 public repositories matching this topic...

pragmaticivan
pragmaticivan commented May 7, 2022

Summary

I've tried a rollout without AnalysisTemplate and it works as expected (Linkerd + Nginx)

When I add an AnalysisTemplate it just gets stuck.

apiVersion: argoproj.io/v1alpha1
kind: AnalysisTemplate
metadata:
  name: success-rate
spec:
  args:
  - name: application-name
  metrics:
  - name: success-rate
    successCondition: result.successRate >= 0.95
    provid
bug good first issue
lucas-rudd
lucas-rudd commented Feb 18, 2020

Right now, when you archive a key, you can only see it if you manually search for it.

This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).

It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.

Improve this page

Add a description, image, and links to the experiments topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the experiments topic, visit your repo's landing page and select "manage topics."

Learn more