mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Currently the kubeadm tests fail on arm64 because the instance type only offers 1 vCPU: cluster.go:117: error execution phase preflight: [preflight] Some fatal errors occurred: cluster.go:117: [ERROR NumCPU]: the number of available CPUs 1 is less than the required 2 Switch to the next larger instance type which has 2 vCPUS.
The scripts in this directory are run from OS Jenkins jobs. By storing the Jenkins scripts in this repository, they are more tightly coupled to the release branch of the SDK scripts that they require. The Jenkins jobs are responsible for setting up the environment and securely initializing an SDK in the workspace before running these scripts.
The special files named formats-${BOARD}.txt
are space-separated lists of VM
image formats that should be built for releases on this branch; i.e. the script
vm.sh
is run for each item in the list.