Wes McNamee
Wes McNamee
Instead of using regex, could you use the semantics that many of us may already be aware of and used to, that being the K8s Preferred Affinity semantics? ``` preferredDuringSchedulingIgnoredDuringExecution:...
Can you describe more specifically what this is asking for?
@victornoel based on the docs (https://argoproj.github.io/argo-rollouts/features/traffic-management/#how-does-argo-rollouts-enable-traffic-management) this is the right place for the request. I just know from experience that very sparse issues won't get as much attention as tickets...
> Please consider dropping dependency on `k8s.io/kubernetes` module as it makes the engine really unwieldy to use. I'm just curious what makes the dependency on kubernetes unwieldy exactly?
ok, ya, I just ran into this: ``` go get: github.com/argoproj/[email protected] requires k8s.io/[email protected] requires k8s.io/[email protected]: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0 ```
this one is hairy: https://github.com/argoproj/gitops-engine/blob/4bd4f29670eee1ad3889430a7d4245693e424547/pkg/utils/kube/ctl.go#L29 lots to copy as this pulls in ``` "k8s.io/kubernetes/pkg/registry/rbac/reconciliation" ``` which pulls in: ``` "k8s.io/kubernetes/pkg/apis/core/helper" ```
now that 1.18 is out, does anyone know if this still works?
I also noticed that if the tests are split up (like with circleci parallelism), the contract tests don't work. This is a harder problem to solve, because the validation requirements...
I think I found the root of this issue, via https://github.com/vivaxy/git/issues/47
are you saying that the `cpu` and `memory` strings in orginal json are now empty in yaml?