# redis-cluster **Repository Path**: jbjb123/redis-cluster ## Basic Information - **Project Name**: redis-cluster - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2021-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redis-cluster #### 安装教程 kubectl apply -f rbac-csi.yaml kubectl apply -f csi-nfs-driverinfo.yaml kubectl apply -f csi-nfs-node.yaml kubectl apply -f csi-nfs-controller.yaml kubectl apply -f storageclass-nfs.yaml #### 使用说明 kubectl apply -f redis-sts.yml -f redis-svc.yaml 官网连接更新参考 https://artifacthub.io/packages/helm/keyporttech/csi-driver-nfs/0.1.4 https://github.com/kubernetes-csi/csi-driver-nfs/blob/master/deploy/example/README.md 卸载 kubectl delete -f csi-nfs-controller.yaml --ignore-not-found kubectl delete -f csi-nfs-node.yaml --ignore-not-found kubectl delete -f csi-nfs-driverinfo.yaml --ignore-not-found kubectl delete -f rbac-csi.yaml --ignore-not-found