Shyam Sankaran
Shyam Sankaran
/kind feature **Describe the solution you'd like** ClusterClass, merged as part of capi 1.0.0 enables defining cluster topology in a simple way. capz should also migrate all the templates including...
/kind feature With https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1411, we are going to allow to configure multiple subnets for worker nodes. We also support nat gateway for outbound connections which means when some subnets have...
/kind feature - #1541 introduced a proposal to make azure service reconciliation asynchornous - #1610 added a framework to achieve this by following a repeatable pattern This issue aims to...
The issues forum is __NOT__ for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening...
/kind bug [Before submitting an issue, have you checked the [Troubleshooting Guide](https://capz.sigs.k8s.io/topics/troubleshooting.html)?] **What steps did you take and what happened:** When creating clusters using clusterclass, there is a chance that...
search-fn atribute accepts a function which returns a promise. The promise is then evaluated and then the results are bound to ui. This is useful in case of post requests,...
**What would you like to be added**: An optional annotation to some ignore hosts for istio gateway source. This annotation will be defined in istio's gateway object and hosts defined...
## Describe the feature Multiple canaries for the same deployment. Example ``` apiVersion: flagger.app/v1beta1 kind: Canary metadata: name: my-service-canary1 spec: analysis: ... service: gateways: - gateway1 hosts: - example.net targetRef:...
### Describe the bug When a canary for a deployment doing high rps is promoted to primary, it fails because it doesn't have enough replicas to handle the load. ###...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.4.6 Kubernetes provider version: 2.23.0 Kubernetes version: 1.24 ``` ### Steps to Reproduce 1. Define `kubernetes_manifest` terraform resource that...