Evan Baker
Evan Baker
# Description Part 2 of #347
# Description Refactor the Dockerfile to pull all external image refs to the top and pin them to SHA refs, then use them by alias throughout the build stages. ##...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Remove azure-vnet-cni-swift and azure-vnet-cni-overlay tarballs which have been superseded by dropgz images. **Which...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Caches `azure-cni` and `azure-ipam`, which replace and deprecate `cni-dropgz` as the preferred containers...
# Description Fix `capture` subcommands to respect the cli-runtime `--namespace` CLI flag. ## Related Issue Closes #477 ## Checklist - [x] I have read the [contributing documentation](https://retina.sh/docs/contributing). - [x] I...
Retina failures can be [obscure](https://github.com/microsoft/retina/issues/463). It would be useful to have a `debug` subcommand which performs sanity checks and validitions on things like kernel eBPF support, and can output the...
### Discussed in https://github.com/microsoft/retina/discussions/734 Originally posted by **kastl-ars** September 12, 2024 Hi all, I just installed Retina and kube-prometheus-stack according to the documentation. But one of the retina-pods targets is...
**Reason for Change**: Logs and records IPAM metrics on Request/Release and MarkPendingRelease calls. **Issue Fixed**: **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - [ ] includes documentation - [...
**Reason for Change**: PowerShell is heavy (+30mb of memory footprint per invocation). We don't need to use it to interact with the Windows Registry (or ServiceManager) - the Go stdlib...
The `vnetscale-*` targets in the AKS Makefile did not have the flag which indicates `StaticBlock` allocation mode and therefore build normal dynamic podsubnet clusters instead. Incidentally this means that the...