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

Commit

Permalink
build: remove unused CRS tooling for Nutanix CCM
Browse files Browse the repository at this point in the history
The CRS strategy is not supported for the Nutanix CCM,
removing it until we actually need it.
  • Loading branch information
dkoshkin committed Apr 10, 2024
1 parent cd8dd6d commit abde55d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 241 deletions.
1 change: 0 additions & 1 deletion charts/cluster-api-runtime-extensions-nutanix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
| deployment.replicas | int | `1` | |
| env | object | `{}` | |
| helmAddonsConfigMap | string | `"default-helm-addons-config"` | |
| hooks.ccm.nutanix.crsStrategy.defaultInstallationConfigMap.name | string | `"nutanix-ccm"` | |
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.create | bool | `true` | |
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.name | string | `"default-nutanix-ccm-helm-values-template"` | |
| hooks.clusterAutoscaler.crsStrategy.defaultInstallationConfigMap.name | string | `"cluster-autoscaler"` | |
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions charts/cluster-api-runtime-extensions-nutanix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ hooks:
name: default-nutanix-csi-helm-values-template
ccm:
nutanix:
crsStrategy:
defaultInstallationConfigMap:
name: nutanix-ccm
helmAddonStrategy:
defaultValueTemplateConfigMap:
create: true
Expand Down
8 changes: 0 additions & 8 deletions hack/addons/kustomize/nutanix-ccm/helm-values.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions hack/addons/update-nutanix-ccm.sh

This file was deleted.

6 changes: 1 addition & 5 deletions make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export AWS_CCM_CHART_VERSION_128 := 0.0.8
export NUTANIX_CCM_CHART_VERSION := 0.3.3

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

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

.PHONY: update-addon.nutanix-ccm
update-addon.nutanix-ccm: ; $(info $(M) updating nutanix ccm $* manifests)
./hack/addons/update-nutanix-ccm.sh

.PHONY: generate-helm-configmap
generate-helm-configmap:
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"
Expand Down

0 comments on commit abde55d

Please sign in to comment.