mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
GCP Pro is failing because hostname is > 63 char: ``` Apr 5 19:52:27.522820 kubelet[1762]: E0405 19:52:27.522513 1762 kubelet_node_status.go:93] "Unable to register node with API server" err="Node \"jenkins-gce-pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal\" is invalid: metadata.labels: Invalid value: \"jenkins-gce-pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal\": must be no more than 63 characters" node="jenkins-gce-pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal" ``` Let's remove `jenkins` and `gce` from the hostname, these information are not critical for debugging purposes. Hostname should now looks like "basic-5-91a967ef5450cb932bc5.c.flatcar-212911.internal" or "pro-5-91a967ef5450cb932bc5.c.flatcar-212911.internal" Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> |
||
---|---|---|
.. | ||
kola | ||
prerelease | ||
formats-amd64-usr.txt | ||
formats-arm64-usr.txt | ||
images.sh | ||
manifest.sh | ||
packages.sh | ||
post-github-status.sh | ||
README.md | ||
release.sh | ||
sdk.sh | ||
systemd-run-wrap.sh | ||
toolchains.sh | ||
vms.sh |
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.