rancher-partner-charts/charts/linux-polska/ezd-crd/1.4.1
Adam Pickering ed4002e003
Migrate charts directory (vendors starting with I-L) (#1046)
2024-07-08 16:54:42 -06:00
..
charts Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -06:00
templates Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -06:00
Chart.yaml Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -06:00
README.md Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -06:00
app-readme.md Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -06:00
questions.yaml Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -06:00
values.yaml Migrate charts directory (vendors starting with I-L) (#1046) 2024-07-08 16:54:42 -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