windows-testing
windows-testing copied to clipboard
Containers, scripts and documentation for running Kubernetes tests with Windows nodes
There are some breaking unit tests in ./pkg/proxy, which is why they were excluded. But now those tests are being skipped, so we're safe to run the rest.
During one of the recent CI jobs, one of the nodes restarted, which caused the kubelet logs to be rewritten, losing the previous logs. The logs should be appended instead....
This PR is to try and repo the issue where containerd doesn't get upgraded during provisioning
This change updates the `az capi` CLI extension used in e2e tests. In progress: First I'm trying to ensure the Windows tests are compatible with the latest v0.1.6 release. After...
> We currently need to build nginx for x64. Do we have steps for that process and do they belong in this repo? Somehow, I missed this question. :) The...
In #255 we identified a few remaining images that are not upstream. We need to investigate if they are used by any tests and if so create upstream images for...
This issue is to track running Windows tests on a cluster where DSR is enabled on the hosts to better validate DSR functionally on Windows.
The removes the need for Service Principals in the cluster creation process. It uses [managed identities](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) on the [management cluster](https://capz.sigs.k8s.io/topics/identities#user-assigned-managed-identity) and [workload clusters ](https://capz.sigs.k8s.io/topics/vm-identity) instead. When running locally you can...
> Converting to --label-filter will probably make your focus/skip combination more readable and simpler. https://github.com/kubernetes/kubernetes/issues/126321#issuecomment-2247284626
This will not be in the community sub, we will move this to a private registry in the private sub and use kubelet credential provider to access it. we need...