antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.65k stars 363 forks source link

Add CI job to validate Prepare-Node.ps1 #5862

Open antoninbas opened 8 months ago

antoninbas commented 8 months ago

Prepare-Node.ps1 is meant to be run once when preparing a Windows Node for K8s / Antrea installation. Since we provide our own customized script (instead of relying on https://github.com/kubernetes-sigs/sig-windows-tools/blob/master/hostprocess/PrepareNode.ps1) and we point users to it in our Windows installation document, we should make sure that the script works correctly every time we cut a new Antrea release. This script is not currently exercised in our Windows CI jobs, as it is only run once to prepare worker Nodes when setting up the cluster (test clusters persist across CI jobs), and it is not run by the CI jobs themselves. It would be a good idea to have an on-demand Jenkins job to validate the script, that we can trigger when we prepare a new release.

antoninbas commented 8 months ago

The job may be able to catch issues in Prepare-AntreaAgent.ps1 as well, such as #5852

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days