https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/ https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/
在K8S集群中选择一个节点来部署Rancher。首先,添加Rancher的Helm仓库: ```bash helm repo add rancher-stable https://releases.rancher.com/server-charts/stable ``` 然后,创建一个命名空间并安装Rancher: ```bash kubectl create namespace cattle-system helm install rancher rancher-stable/rancher --namespace...