ITADN

Warnings during standard install

#10433Openjesperpedersen 创建于 2025-12-02
kind/bug
J
jesperpedersencommented
### What happened? ```bash helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/ "kubernetes-dashboard" already exists with the same configuration, skipping helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard Release "kubernetes-dashboard" does not exist. Installing it now. level=WARN msg="unable to find exact version; falling back to closest available version" chart=kubernetes-dashboard requested="" selected=7.14.0 I1202 09:47:06.428770 1331785 warnings.go:110] "Warning: unrecognized format \"int32\"" I1202 09:47:06.429704 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.429921 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.430132 1331785 warnings.go:110] "Warning: unrecognized format \"int32\"" I1202 09:47:06.430221 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.430311 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.433919 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.433919 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.434051 1331785 warnings.go:110] "Warning: unrecognized format \"int32\"" I1202 09:47:06.434075 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" I1202 09:47:06.435512 1331785 warnings.go:110] "Warning: unrecognized format \"int64\"" NAME: kubernetes-dashboard LAST DEPLOYED: Tue Dec 2 09:47:06 2025 NAMESPACE: kubernetes-dashboard STATUS: deployed REVISION: 1 DESCRIPTION: Install complete TEST SUITE: None NOTES: ************************************************************************************************* *** PLEASE BE PATIENT: Kubernetes Dashboard may need a few minutes to get up and become ready *** ************************************************************************************************* Congratulations! You have just installed Kubernetes Dashboard in your cluster. To access Dashboard run: kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443 NOTE: In case port-forward command does not work, make sure that kong service name is correct. Check the services in Kubernetes Dashboard namespace using: kubectl -n kubernetes-dashboard get svc Dashboard will be available at: https://localhost:8443 ``` ### What did you expect to happen? An install without the warnings ### How can we reproduce it (as minimally and precisely as possible)? I'm using kind/main branch, and then the commands in the documentation ### Anything else we need to know? _No response_ ### What browsers are you seeing the problem on? Firefox ### Kubernetes Dashboard version 7.14.0 ### Kubernetes version 1.34.0 ### Dev environment ``` go version go1.24.5 linux/amd64 node v22.20.0 ```
1 条评论