Evan Baker

Results 227 comments of Evan Baker

note: we know it won't work with eBPF based CNI like Cilium

@whatnick that would be great! Would love to have you POC this, and that will help us support getting an AWS sub set up 😉

this is done for 1.5+, and can be closed as completed once #2871 is completed and AKS migrates for k8s 1.27.

AKS has migrated and cni-dropgz is unused. Purging it from the VHD [here](https://github.com/Azure/AgentBaker/pull/5300) and closing this as complete 🎉

Hey @peterj and @CecileRobertMichon, this is a benign error and shouldn't affect anything (outside of Prometheus saying operator is down). The operator doesn't serve any metrics and shouldn't be included...

I think the cause is https://github.com/microsoft/retina/blob/main/deploy/prometheus/retina/prometheus-config#L10 where instead of matching specifically the Retina daemonset pods, we're catching `retina-operator` due to too broad `retina(.*)` regex. Good first issue for someone to...

there are some options for how we could handle this: - use [GH pages](https://github.com/vicenteherrera/github-pages-helm-charts) to host a helm repo (may be challenging, because we use GH pages to host https://retina.sh)...

will be fixed in https://github.com/microsoft/retina/pull/127 by publishing the helm chart OCI artifact to GHCR

Opened #410 for the `--name` flag docs. @vakalapa I think we need to reassign this for investigation