James Sturtevant
James Sturtevant
/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:** [A clear and concise description of what the bug is.]...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] After deploying a cluster the commands `kubectl top nodes` and `kubectl top...
Prior to this we needed different templates for windows and so we tacked windows to the end: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/30bfbb55d43f10343c634a3f90396ff206444021/test/e2e/conformance_test.go#L125-L127 After this merged we might not need this logic anymore as we...
/kind bug /kind failing-test [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...
When using the transfer service on Windows 2022+ the additional differ causes the following error: ``` ctr -n k8s.io i pull docker.io/sigwindowstools/kube-proxy:v1.23.1-calico-hostprocess docker.io/sigwindowstools/kube proxy:v1. fetching image content └──manifest (c48ba3477127) already...
When using Windows containers in Containerd the windows layerFolder is null and the root is blank
Propose to update the Runtime spec to allow for null or empty in the `Windows.layerFolder` field. I found an issue where this wasn't being parsed correctly: https://github.com/containers/oci-spec-rs/issues/126. It works for...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Upgrades to Calico 3.27.0 which has Windows HPC support. This adds the require...
**Is your feature request related to a problem? Please describe.** Ability to build gen2 images for Windows (we build them for Linux) Found this in a [build log](https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-e2e-capz-master-windows-serial-slow/1698858461191737344/build-log.txt): ``` WARNING:...
Fixes #219 Switches to using https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
There was a report that we saw a speed up in runwasi after turning logging off. #247 makes logging configurable but we should investigate the report: I _suspect_ that the...