Jonathan West

Results 21 issues of Jonathan West

In Microclimate, we had LSP servers for TS/Node, Java, and XML (plus runtime performance). These LSPs provided content assist/code completion (sometimes call intellisense) for these languages, and generally speaking these...

kind/enhancement
area/portal
svt

At present, troubleshooting items are not organized by product, but rather by general scenario, for example: 'Managing apps' or 'Accessing Bluemix' (from https://console.ng.bluemix.net/docs/troubleshoot/ts_apps.html#managingapps) However, usually a customer is coming from...

**What type of PR is this?** > Uncomment only one ` /kind` line, and delete the rest. > For example, `> /kind bug` would simply become: `/kind bug` > /kind...

do-not-merge/work-in-progress

**What type of PR is this?** - Experimenting with running upstream argo-rollouts-manager E2E tests on downstream gitops-operator - Since gitops-operator vendors in argo-rollouts-manager, the same tests should _theoretically_ pass in...

kind/enhancement
do-not-merge/work-in-progress

When GitOps operator is run locally, it does not correctly setup the 'argoproj.io' Role rules for the 'argocd-application-controller' pod/service account. #### When all of these are true: - You run...

kind/bug

**Describe the bug** The ApplicationController is unable to create events, due to missing RBAC rules. The following is printed in the ApplicationController pod log: ` Unable to create audit event:...

kind/bug
good first issue

RolloutManager controller needs to create a ServiceMonitor so that metrics from Rollouts will automatically included in Prometheus gathered metrics, including in OpenShift monitoring (for OpenShift users) - A service, argo-rollouts-metrics,...

enhancement

Within upstream Argo Rollouts, one can enable [traffic management plugins](https://argo-rollouts.readthedocs.io/en/stable/features/traffic-management/plugins/) and [metric plugins](https://argo-rollouts.readthedocs.io/en/stable/analysis/plugins/) via the standard Argo Rollouts configuration `ConfigMap`. However, at present, within Argo Rollouts operator there is no...

enhancement

We should either decide it's needed, and call it from another function, or remove it.

bug

See [parent issue](https://github.com/argoproj/gitops-engine/issues/572) for details. This PR: - Sets a 1 hour timeout for an Apply request to complete. - (I'm definitely open to other values here, but my expectation...