Skip to content

Commit 4f29ed6

Browse files
authored
Merge pull request #20370 from nixpanic/issue/20369
remove unmaintained storage-provisioner-gluster addon
2 parents dfb4f36 + 48d14f3 commit 4f29ed6

File tree

23 files changed

+5
-915
lines changed

23 files changed

+5
-915
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ KIC_VERSION ?= $(shell grep -E "Version =" pkg/drivers/kic/types.go | cut -d \"
2424
HUGO_VERSION ?= $(shell grep -E "HUGO_VERSION = \"" netlify.toml | cut -d \" -f2)
2525

2626
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
27-
ISO_VERSION ?= v1.37.0
27+
ISO_VERSION ?= v1.37.0-1758198818-20370
2828

2929
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
3030
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))

deploy/addons/aliyun_mirror.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
"registry.k8s.io/sig-storage/csi-snapshotter": "registry.cn-hangzhou.aliyuncs.com/google_containers/csi-snapshotter",
2626
"registry.k8s.io/sig-storage/csi-provisioner": "registry.cn-hangzhou.aliyuncs.com/google_containers/csi-provisioner",
2727
"docker.io/registry": "registry.cn-hangzhou.aliyuncs.com/google_containers/registry",
28-
"docker.io/gluster/gluster-centos": "registry.cn-hangzhou.aliyuncs.com/google_containers/glusterfs-server",
29-
"docker.io/heketi/heketi": "registry.cn-hangzhou.aliyuncs.com/google_containers/heketi",
3028
"docker.io/coredns/coredns": "registry.cn-hangzhou.aliyuncs.com/google_containers/coredns",
3129
"docker.io/kindest/kindnetd": "registry.cn-hangzhou.aliyuncs.com/google_containers/kindnetd",
3230
"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)