Matthew Christopher

Results 114 issues of Matthew Christopher

See #3329 for how users can easily get confused by this. We should have a FAQ entry that clarifies it (or include it in a larger ASOv1 to ASOv2 migration...

documentation

**Version of Azure Service Operator** All versions of v2 **Describe the bug** Resources which fail to create because their name is invalid can get stuck deleting. This is because the...

bug 🪲

**Describe the current behavior** Right now when creating a ManagedCluster object it’s required to specify `agentPoolProfiles` field as default nodepool. I’d like to manage my nodepools separately through `ManagedClustersAgentPool` objects....

capz
blocked 🚧

**Describe the current behavior** Most of our tests use envtest to run the full reconciler along with go-vcr to record + replay responses. **Describe the improvement** We should consider giving...

test

**Describe the current behavior** We dont log stacktrace **Describe the improvement** We could, if we did something like this: https://pkg.go.dev/github.com/pkg/errors#hdr-Retrieving_the_stack_trace_of_an_error_or_wrapper

**Describe the current behavior** #3467 merged support for deleting subscriptions owned by APIM products, but it did so in a way that results in a double DELETE HTTP request being...

technical-debt 📈

We should support the following workflow: 1. User creates a `UserManagedIdentity` and `FederatedIdentityCredential` 2. User exports UMI secret details to a secret (not currently supported as far as I can...

documentation

I'd like to use `rapid.Make` to generate structs. It already does this great for simple structures, but in my case the structure I'd like to generate is quite complex: 1....

enhancement

**Related command** az aks create az aks update **Description** Add --enable-cost-analysis and --disable-cost-analysis to az aks cli **Testing Guide** This checklist is used to make sure that common guidelines for...

AKS
Auto-Assign