Jon Huhn

Results 86 issues of Jon Huhn

**Bug description**: When Envoy active health checks are enabled, configured Kubernetes probes (of any type: startup, liveness, or readiness) fail for an extra 60s when the Pod starts up compared...

kind/bug
size/M
priority/P1

The spec shows a `backend` field in v1alpha1 of TrafficMetrics: https://github.com/servicemeshinterface/smi-spec/blob/e59f6e61ecc6528897b0c6c97b26ee9e89617970/apis/traffic-metrics/v1alpha1/traffic-metrics.md#traffic-splits That same field is missing from the v1alpha1 TrafficMetrics type definition in the SDK: https://github.com/servicemeshinterface/smi-sdk-go/blob/a310fb47cab2779fda04b1b6022f335cb13f046d/pkg/apis/metrics/v1alpha1/resource.go#L68-L77

Of the resources supported by the TrafficMetrics API according to the spec, only a subset are defined in the SDK (for both v1alpha1 and v1alpha2). Spec: https://github.com/servicemeshinterface/smi-spec/blob/e59f6e61ecc6528897b0c6c97b26ee9e89617970/apis/traffic-metrics/v1alpha1/traffic-metrics.md#kubernetes-api SDK: https://github.com/servicemeshinterface/smi-sdk-go/blob/a310fb47cab2779fda04b1b6022f335cb13f046d/pkg/apis/metrics/v1alpha1/kinds.go#L7-L53

The spec shows a `selector` field for v1alpha1 and v1alpha2 TrafficMetricsList: https://github.com/servicemeshinterface/smi-spec/blob/e59f6e61ecc6528897b0c6c97b26ee9e89617970/apis/traffic-metrics/v1alpha1/traffic-metrics.md#trafficmetricslist The corresponding field in the TrafficMetricsList type definition is missing from the SDK (from both v1alpha1 and v1alpha2):...

The spec shows an `edge.side` field in v1alpha1 of TrafficMetrics: https://github.com/servicemeshinterface/smi-spec/blob/e59f6e61ecc6528897b0c6c97b26ee9e89617970/apis/traffic-metrics/v1alpha1/traffic-metrics.md#specification That same field is missing from the v1alpha1 TrafficMetrics type definition in the SDK: https://github.com/servicemeshinterface/smi-sdk-go/blob/1d6458e6fbc43999e377c4046f06a15241e93e89/pkg/apis/metrics/v1alpha1/edge.go#L20-L24

***Goals*** 1. Determine a method for making AKS preview features consumable through CAPZ like GA AKS features ***Non-Goals/Future Work*** 1. Implement every AKS preview feature 1. Guarantee the stability of...

kind/proposal
area/managedclusters

This PR adds the capability for the LSP client to send [`workspace/didChangeWatchedFiles`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWatchedFiles) notifications. Building off of @mfussenegger's approach in #16214, this implementation should be complete according to the spec. I'd...

lua
lsp

Follow-up from #21293 to implement LSP `workspace/didChangeWatchedFiles`, hopefully without making neovim freeze this time. Currently there are no changes beyond the original PR so that context will still be available...

lua
lsp

This PR aims to address the file watching test flakes described in this thread: https://github.com/neovim/neovim/pull/22405#issuecomment-1461119947. Specifically, the ones that surface as ``` ERROR test/functional/lua/watch_spec.lua @ 102: vim._watch poll detects file...

test

### What would you like to be added (User Story)? As an infrastructure provider, I want to leverage CAPI's clusterctl upgrade e2e test to test upgrades of my provider while...

kind/feature
kind/bug
area/testing
triage/accepted