xrd-helm

XRd Helm charts

This repository contains Helm charts for running XRd using Kubernetes.

There are two application charts provided in this repository:

There is also a library chart provided, xrd-common, that is used by both of the application charts.

Usage

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add <alias> https://ios-xr.github.io/xrd-helm

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo <alias> to see the charts.

To install the chart:

helm install my-<chart-name> <alias>/<chart-name>

To uninstall the chart:

helm delete my-<chart-name>