rancher-partner-charts/charts/linux-polska/ezd-crd
Adam Pickering ae0feb02f3
Charts CI (#1001)
2024-04-08 16:44:59 -06:00
..
charts Charts CI (#1001) 2024-04-08 16:44:59 -06:00
templates Charts CI (#980) 2024-02-21 12:35:39 +01:00
Chart.yaml Charts CI (#1001) 2024-04-08 16:44:59 -06:00
README.md Charts CI (#1001) 2024-04-08 16:44:59 -06:00
app-readme.md Charts CI (#980) 2024-02-21 12:35:39 +01:00
questions.yaml Charts CI (#1001) 2024-04-08 16:44:59 -06:00
values.yaml Charts CI (#1001) 2024-04-08 16:44:59 -06:00

README.md

CRDs for EZD backend Helm Chart

Helm chart necessary for installtion of EZD backend chart. For more detailed information for EZD-CRD chart please check README

TL;DR

helm repo add lp-ezd https://linuxpolska.github.io/ezd-rp
helm upgrade --install --create-namespace ezd-crd -n default lp-ezd/ezd-crd

Introduction

This chart bootstraps a set of operatos and CRDs on a Kubernetes cluster using the Helm package manager.

Linux Polska charts can be served by Rancher Apps & Marketplace for deployment and management of Helm Charts in clusters.

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • PV provisioner support in the underlying infrastructure

Installing the Chart

Add repository necessary for installation:

helm repo add lp-ezd https://linuxpolska.github.io/ezd-rp
helm repo update

To install the chart with the release name my-release:

helm upgrade --install --create-namespace ezd-crd -n default lp-ezd/ezd-crd

The command deploys operators on the Kubernetes cluster in the default configuration. For more detailed information regarding parameters please check our README.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm uninstall ezd-crd

The command removes all the Kubernetes components but no CRDs

To delete the CRDs associated with my-release:


kubectl get crd -o name | grep -E "(postgresql.cnpg.io|rabbitmqclusters.rabbitmq.com)" | xargs kubectl delete 

Note: Deleting the CRDs will delete all data as well. Please be cautious before doing it.

For more detailed information regarding installation of ezd-crd please refer to INSTALLATION

Compability with NASK ezdrp version

Chart ezd-crd was tested with chart version up to 19.7.15 (application version up to 1.2024-19.7).

Configuration and parameters

See Customizing the Chart Before Installing. To see all configurable options with detailed comments:

helm search repo lp-ezd
helm show values lp-ezd/ezd-crd

Components version

  • redis_operator: 0.15.0-golang-1.17-r1
  • cluster_operator: 2.7.0-debian-12-r1
  • cloudnative-pg: 1.22.2-debian-11-r1