fix(content): harden dashboard and etcd examples

This commit is contained in:
yeasy
2026-06-03 00:40:40 -07:00
parent 8dd6a556c8
commit 130d03bf65
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
Dashboard 7.0+ 版本仅支持通过 Helm 安装
```bash
$ helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
$ helm repo add kubernetes-dashboard https://kubernetes-retired.github.io/dashboard/
$ helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard \
--create-namespace --namespace kubernetes-dashboard