Sertaç Özercan
Sertaç Özercan
**Describe the solution you'd like** we'll need to onboard to ADO pipelines so we can push windows images ref #169 #190
**Describe the solution you'd like** test with dockershim and cri-o
**Describe the solution you'd like** Check if images have been signed by a known certificate
add a test with a windows node that includes windows images to be removed
I believe these images are deprecated. Can someone from AKS double check and remove these if needed ``` mcr.microsoft.com/k8s/core/pause mcr.microsoft.com/k8s/flexvolume/blobfuse-flexvolume mcr.microsoft.com/k8s/flexvolume/keyvault-flexvolume mcr.microsoft.com/oss/kubernetes/exechealthz ```
Looks like this affects AgentBaker too. https://github.com/Azure/AgentBaker/blob/5dd5b3a0db9199b7047a7787fbc74920dd158b23/parts/windows/kuberneteswindowssetup.ps1#L407 This is the aks-engine issue: https://github.com/Azure/aks-engine/issues/4597
**Is your feature request related to a problem? Please describe.** Artifact Hub reports vulnerabilities for artifacts such as images or binaries. However, in some cases, these vulnerabilities are not fixable/actionable...
**Is your feature request related to a problem? Please describe.** https://github.com/Azure/azure-workload-identity/blob/a31ae7999c7fc82eebab5ee4669c1b0df8ffbb6e/.github/workflows/azwi-e2e.yaml#L38 **Describe the solution you'd like** We should install using a package manager instead of `curl | sudo bash` **Describe...
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#how-pods-with-resource-limits-are-run https://home.robusta.dev/blog/stop-using-cpu-limits/
Signed-off-by: Sertac Ozercan **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #, ...)` format, will close the issue(s) when...