Mark Rossetti
Mark Rossetti
Cherry pick of #108146 on release-1.22. #108146: Fixing logic for kubelet permissions check on windows For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) page. ```release-note Updating...
Cherry pick of #108146 on release-1.23. #108146: Fixing logic for kubelet permissions check on windows For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) page. ```release-note Updating...
Signed-off-by: Mark Rossetti This PR adds a library policy to deny pods if either - Any container specifies securityContext.windowsOptions.hostProcess - The pod specifies securityContext.windowsOptions.hostProcess HostProcess containers on Windows are similar...
Fixes #4 This PR adds the following new policies - A policy to enforce that all pods have specified node selectors set - A policy to disallow pods that use...
/kind bug /kind flake [Before submitting an issue, have you checked the [Troubleshooting Guide](https://capz.sigs.k8s.io/topics/troubleshooting.html)?] **What steps did you take and what happened:** [A clear and concise description of what the...
Signed-off-by: Mark Rossetti **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Get Windows container images from ghcr.io instead of docker.io **Note:**...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: During e2e test passes we have observed that the HostNetworkService (HNS) sometimes crashes...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Log collection for e2e tests currently relies on establishing ssh connections to...
/kind bug [Before submitting an issue, have you checked the [Troubleshooting Guide](https://capz.sigs.k8s.io/topics/troubleshooting.html)?] **What steps did you take and what happened:** Many of the container images used to bring up windows...
Signed-off-by: Mark Rossetti What this PR does / why we need it: This fixes some issues where ports inside the current dynamic range (33000-65535) are being used by Windows components....