Joey Chen

Results 18 issues of Joey Chen

Feature: https://docs.astro.build/recipes/modified-time/ It will be useful to show the modified time since some kinds of articles need to be updated in time (like a summary list of a tech).

enhancement

### Describe the bug `--ampls-resource-id` is not available in `aks-preview` only. ### Related command `az aks enable-addons -a monitoring --ampls-resource-id` ### Errors unrecognized arguments: --ampls-resource-id ### Issue script & Debug...

bug
Service Attention
AKS
customer-reported
Auto-Assign

**Describe the bug** As you can see below, it is rendered weirdly. ![image](https://github.com/Azure/application-gateway-kubernetes-ingress/assets/142381267/6a53abe8-9309-463c-bc39-5c8f659ad28c) In case this is my browser issue, I also use Edge/Chrome and even web archive service, but...

**Is your feature request related to a problem? Please describe.** Pod identity has been deprecated, but the documents are still using Pod identity as the steps: ![image](https://github.com/Azure/application-gateway-kubernetes-ingress/assets/142381267/ec28b121-f301-4021-8b4e-f7b10f4e4952) ![image](https://github.com/Azure/application-gateway-kubernetes-ingress/assets/142381267/3acfbf5e-06e6-4380-8d8f-65bbaaf3d242) It looks...

**Proposed change:** 1. Fix missing ` \` in the original command, which will split the command into two parts. 2. Add RBAC command/note to indicate 403 issue (also directly related...

Change sent to author
do-not-merge
aq-pr-triaged
qualifies-for-auto-merge
azure-kubernetes-service/svc
aks-networking/subsvc

**Proposed change:** Add a section to tell users that "modifying application gateway settings directly" should not be recommended. **Supporting points:** There are many users asking why their configuration is being...

Change sent to author
application-gateway/svc
do-not-merge
aq-pr-triaged
needs-human-review

**Problem:** Cannot set default certificate via Key Vault. **Screenshot:** ![image](https://github.com/user-attachments/assets/3aa1f1f0-2a9c-45d8-89e6-2e78862fa316) ![image](https://github.com/user-attachments/assets/4d964ab3-5dca-4ce3-a62b-c5d1c0e86625) ![image](https://github.com/user-attachments/assets/ec36ee52-36d8-4330-b465-6d8b5079a54b) **Caption:** I am not sure if I configured permission correctly, but the naming of "placeholder" and the use...

```bash az aks approuting enable --resource-group $resourceGroup --name $clusterName --nginx None ``` Change `metadata.name` to the name other than `default` will not encounter the issue. ```yaml apiVersion: approuting.kubernetes.azure.com/v1alpha1 kind: NginxIngressController...