Robbie Zhang

Results 7 issues of Robbie Zhang

--- ### Environment summary Provider (e.g. ACI, AWS Fargate, Hyper) ACI Version (e.g. 0.1, 0.2-beta) 0.4.1 K8s Master Info (e.g. AKS, ACS, Bare Metal, EKS) AKS Install Method (e.g. Helm...

bug
blocked
docs

--- ### Environment summary Provider (e.g. ACI, AWS Fargate, Hyper) ACI Version (e.g. 0.1, 0.2-beta) 0.4.1 K8s Master Info (e.g. AKS, ACS, Bare Metal, EKS) AKS Install Method (e.g. Helm...

bug
good first issue
question

https://github.com/rbitia/aci-demos/blob/4655c8dda10101be2f4664a7c5d6aa709829942d/charts/fr-demo/templates/ir-aci-deployment.yaml#L26-L27 replace with: ``` - name: AZURE_BLOB_KEY value: {{ default "empty" .Values.imageRecognizer.azureBlob.key | quote }} ```

**What happened**: Use CoreDNS 1.10.1 to query DNS `cluster-us-east-1-152269.prevops.com` using AzureDNS as upstream DNS server in an AKS cluster. It returns SERVFAIL after ~10 seconds ``` nslookup cluster-us-east-1-152269.prevops.com. Server: 10.0.0.10...

bug

https://github.com/yangl900/log2oms/blob/96f8555b28fc218a42ab151ef4ed35c5a91222a9/logclient/logclient.go#L44

Sub-second resolution is supported after fluentd v0.14. However, the to_msgpack will only keep the unix second. https://github.com/Azure/fluentd-plugin-mdsd/blob/9bacb00a722a6a27e44751652918c6262515184a/src/fluent-plugin-mdsd/lib/fluent/plugin/out_mdsd.rb#L72 A workaround is to us to_msgpack_ext to serialize the time. ``` [tag, time.to_msgpack_ext,...

[azure](https://github.com/coredns/coredns/blob/master/plugin/azure/README.md) plugin only supports Service Principal with password authentication. This is regarded insecure to authenticate with Azure. It is now recommended to use [Managed Identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) or SP with certificate for...

question