Alper Rifat Ulucinar
Alper Rifat Ulucinar
Hi @jaypipes, I was not available last week but I will try to do it today. Thank you very much.
Hi @remyleone, Thanks for reporting. This is a known [upstream issue](https://github.com/kubernetes/kubernetes/issues/97397) for which we have proposed a [fix](https://github.com/kubernetes/kubernetes/pull/108382). Meanwhile, the workaround is to choose a different `Kind` name than `Namespace`...
Here's a proposal for metadata scraping from different sources and example use cases: https://github.com/crossplane/crossplane/pull/2956
A relevant proposal's reference: https://github.com/crossplane/crossplane/pull/2956
Hi @bobh66, Thank you for the pointer. I think the appendSlice is for appending a new slice item in addition to the existing ones in the observed state when patching....
Hi @oguzhand95, Thank you for reporting this. Currently, I don't have a Windows machine to troubleshoot this issue. But if I can get my hands on one, I will try...
One dimension to consider here is that we expect at some point in time, [we will have](https://github.com/kubernetes/kubernetes/issues/105932#issuecomment-954650339) the # of CRDs per cluster as a [scalability threshold](https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md). Where this threshold...
In the context of #2122, we had previously considered extending the `Providers.pkg` API and correspondingly the `kubectl crossplane install provider` command to support selective installation of CRDs and selectively starting...
Hi @bitgandtter, Looks like the `azurerm_kubernetes_cluster` resource does not have the `oidc_issuer_enabled` configuration argument in `v2.78.0`, which is the version we are currently consuming in `crossplane/provider-jet-azure`. The documentation you are...
I've opened a [PR](https://github.com/hwchase17/langchain/pull/2515) that I believe addresses this issue. My understanding is that currently [Conversation chain's memory](https://github.com/hwchase17/langchain/blob/f240651bd8275c3380fefc335473bf7b0a07673e/langchain/chains/conversation/base.py#L23) does not inherit the conversation chain's [`input_key`](https://github.com/hwchase17/langchain/blob/f240651bd8275c3380fefc335473bf7b0a07673e/langchain/chains/conversation/base.py#L28) and we try to deduce...