rancher-partner-charts/charts/kubemq/kubemq-crds/2.3.7
Adam Pickering ed4002e003
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
.helmignore 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

README.md

kubemq-crds

kubemq-crds is the Helm chart that installs the Custom Resources Definition required by the KubeMQ stack. It should be installed before installing kubemq-controller, kubemq-cluster and kubemq-connector charts.

Installing

For example:

$ helm repo add kubemq-charts  https://kubemq-io.github.io/charts
$ helm install --create-namespace -n kubemq kubemq-crds kubemq-charts/kubemq-crds

For a more comprehensive documentation about how to install the whole KubeMQ stack, check the kubemq-controller ,kubemq-cluster and kubemq-connector charts documentation out.

Upgrading the charts

Please refer to the release notes of each version of the helm charts. These can be found here.

Uninstalling the charts

To uninstall/delete kubemq-crds use the following command:

$ helm uninstall -n kubemq kubemq-crds

The commands remove all the Kubernetes components associated with the chart. Keep in mind that the chart is required by the kubemq-controller, kubemq-cluster and kubemq-connector charts.

If you want to keep the history use --keep-history flag.