mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-11 19:42:11 +01: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>
Flatcar Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the Flatcar Container Linux SDK. To get started you can find our documentation on the Flatcar docs website.
Description
Languages
Shell
93%
Python
6.9%