kubeadm version: &version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+a8a1abc25cad87333840cd7d54be2efaf31a3177", GitCommit:"a8a1abc25cad87333840cd7d54be2efaf31a3177", GitTreeState:"", BuildDate:"2023-11-06T18:03:38Z", GoVersion:"go1.20.10", Compiler:"gc", Platform:"linux/amd64"}
Client Version: v0.0.0-master+a8a1abc25cad87333840cd7d54be2efaf31a3177
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Describe the bug
The current latest version (1.28.3.1.cm2) of the Kubernetes package has lost the major and minor version information during compilation, so kubeadm and kubectl will not work when executing version-related commands.
To Reproduce
sudo tdnf install kubernetes-kubeadm-1.28.3.1.cm2 kubernetes-client-1.28.3.1.cm2sudo kubeadm versionsudo kubectl versionsudo kubeadm init --dry-runOS Version: 2.0.20231106
Expected behavior
When executing the kubexxx version command, it should display the correct version information, as they depend on this to work.