Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 5e41c8f

Browse files
committed
build: remove unused CRS tooling for Nutanix CCM
The CRS strategy is not supported for the Nutanix CCM, removing it until we actually need it.
1 parent 3992ca5 commit 5e41c8f

File tree

6 files changed

+1
-241
lines changed

6 files changed

+1
-241
lines changed

charts/cluster-api-runtime-extensions-nutanix/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
3232
| deployment.replicas | int | `1` | |
3333
| env | object | `{}` | |
3434
| helmAddonsConfigMap | string | `"default-helm-addons-config"` | |
35-
| hooks.ccm.nutanix.crsStrategy.defaultInstallationConfigMap.name | string | `"nutanix-ccm"` | |
3635
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.create | bool | `true` | |
3736
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.name | string | `"default-nutanix-ccm-helm-values-template"` | |
3837
| hooks.clusterAutoscaler.crsStrategy.defaultInstallationConfigMap.name | string | `"cluster-autoscaler"` | |

charts/cluster-api-runtime-extensions-nutanix/templates/ccm/nutanix/manifests/nutanix-ccm-configmap.yaml

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

charts/cluster-api-runtime-extensions-nutanix/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ hooks:
5151
name: default-nutanix-csi-helm-values-template
5252
ccm:
5353
nutanix:
54-
crsStrategy:
55-
defaultInstallationConfigMap:
56-
name: nutanix-ccm
5754
helmAddonStrategy:
5855
defaultValueTemplateConfigMap:
5956
create: true

hack/addons/kustomize/nutanix-ccm/helm-values.yaml

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

hack/addons/update-nutanix-ccm.sh

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

make/addons.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export AWS_CCM_CHART_VERSION_128 := 0.0.8
1818
export NUTANIX_CCM_CHART_VERSION := 0.3.3
1919

2020
.PHONY: addons.sync
21-
addons.sync: $(addprefix update-addon.,calico cilium nfd cluster-autoscaler aws-ebs-csi aws-ccm.127 nutanix-storage-csi aws-ccm.128 nutanix-ccm)
21+
addons.sync: $(addprefix update-addon.,calico cilium nfd cluster-autoscaler aws-ebs-csi aws-ccm.127 nutanix-storage-csi aws-ccm.128)
2222

2323
.PHONY: update-addon.calico
2424
update-addon.calico: ; $(info $(M) updating calico manifests)
@@ -48,10 +48,6 @@ update-addon.aws-ccm.%: ; $(info $(M) updating aws ccm $* manifests)
4848
update-addon.nutanix-storage-csi: ; $(info $(M) updating nutanix-storage csi manifests)
4949
./hack/addons/update-nutanix-csi.sh
5050

51-
.PHONY: update-addon.nutanix-ccm
52-
update-addon.nutanix-ccm: ; $(info $(M) updating nutanix ccm $* manifests)
53-
./hack/addons/update-nutanix-ccm.sh
54-
5551
.PHONY: generate-helm-configmap
5652
generate-helm-configmap:
5753
go run hack/tools/helm-cm/main.go -kustomize-directory="./hack/addons/kustomize" -output-file="./charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"

0 commit comments

Comments
 (0)