Joey Chen
Joey Chen
I have seen https://github.com/Azure/aks-app-routing-operator/pull/189, but not sure how to use it. BTW, even w/o that PR, you still can replace the default one like here: https://github.com/Azure/AKS/issues/4233#issuecomment-2076336636
Looks like the `az-cli` support is coming soon: https://github.com/Azure/azure-cli-extensions/pull/7865
Tried: ```bash az aks approuting update -n ${aks} -g ${rG} --enable-kv --attach-kv ${kvURI} ``` And this work. I want to know why I have to `attach-kv` here? I should already...
Will be better if TOC can be expanded/collapsed, instead of making it hidden when the screen is small. /feature_request
> Only one metric server is allowed in the Kubernetes cluster. Because of that the KEDA add-on should be the only metrics server inside the cluster. That statement is not...
> This option is no longer present on this page, though the documentation still refers to it. It is being removed: https://github.com/MicrosoftDocs/azure-docs/pull/120733
Hi @vishiy Do we have any ETA for the fix? Thanks.
> > 1. Azure Firewall with AzureKubernetesService FQDN Tag > > If you rely on [Azure Firewall Application rules](https://learn.microsoft.com/en-us/azure/firewall/fqdn-tags) with the AzureKubernetesService FQDN tag, no action is needed. The update...
Based on your error message "Failed to get IP address from CNS with error", it looks like you are using "Azure CNI for dynamic IP allocation". So I did a...
@kevinharing I usually ignore these logs because they only appear during `set-up` process. I never thought this is a bug and not sure if this should be categorized as bug....