Skip to content

Commit d7aab14

Browse files
committed
remove stale storage-provisioner-gluster addon
The Gluster project has not has a release in a few years, maintenance slowed down to the point it is almost standing still. Heketi as component for deploying parts of the storage platform has been archived in 2023. Providing the storage-provisioner-gluster addon might give users the wrong expectations. There is no guarantee Gluster is working with recent minikube versions.
1 parent 3cf1e63 commit d7aab14

File tree

12 files changed

+1
-763
lines changed

12 files changed

+1
-763
lines changed

deploy/addons/aliyun_mirror.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
"registry.k8s.io/sig-storage/csi-snapshotter": "registry.cn-hangzhou.aliyuncs.com/google_containers/csi-snapshotter",
2525
"registry.k8s.io/sig-storage/csi-provisioner": "registry.cn-hangzhou.aliyuncs.com/google_containers/csi-provisioner",
2626
"docker.io/registry": "registry.cn-hangzhou.aliyuncs.com/google_containers/registry",
27-
"docker.io/gluster/gluster-centos": "registry.cn-hangzhou.aliyuncs.com/google_containers/glusterfs-server",
28-
"docker.io/heketi/heketi": "registry.cn-hangzhou.aliyuncs.com/google_containers/heketi",
2927
"docker.io/coredns/coredns": "registry.cn-hangzhou.aliyuncs.com/google_containers/coredns",
3028
"docker.io/kindest/kindnetd": "registry.cn-hangzhou.aliyuncs.com/google_containers/kindnetd",
3129
"registry.k8s.io/ingress-nginx/controller": "registry.cn-hangzhou.aliyuncs.com/google_containers/nginx-ingress-controller",

deploy/addons/assets.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ var (
3939
//go:embed storage-provisioner/storage-provisioner.yaml.tmpl
4040
StorageProvisionerAssets embed.FS
4141

42-
// StorageProvisionerGlusterAssets assets for storage-provisioner-gluster addon
43-
//go:embed storage-provisioner-gluster/*.tmpl storage-provisioner-gluster/*.yaml
44-
StorageProvisionerGlusterAssets embed.FS
45-
4642
// StorageProvisionerRancherAssets assets for storage-provisioner-rancher addon
4743
//go:embed storage-provisioner-rancher/*.tmpl
4844
StorageProvisionerRancherAssets embed.FS

deploy/addons/layouts/storage-provisioner-gluster/single.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

deploy/addons/storage-provisioner-gluster/README.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

deploy/addons/storage-provisioner-gluster/glusterfs-daemonset.yaml.tmpl

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)