siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.39k stars 514 forks source link

talosctl gen config does not validate for legal cluster name #7180

Closed steverfrancis closed 1 month ago

steverfrancis commented 1 year ago

Bug Report

talosctl gen config will accept a cluster name of "1.3", but this fails to create a valid cluster as its of type numeric.

Description

Logs

Environment

github-actions[bot] commented 2 months ago

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

smira commented 1 month ago

This is actually a bug in kubeconfig generation that we need to fix (the cluster name itself of "1.3" should be fine).