Skip to content

ios-xr/xrd-helm

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Jan 8, 2025
Jan 8, 2025
Nov 30, 2022
Dec 19, 2024
Nov 30, 2022
Dec 19, 2024

Repository files navigation

XRd Helm charts

This repository contains Helm charts for running XRd using Kubernetes.

There are two application charts provided in this repository:

  • xrd-control-plane, for running XRd Control Plane containers.
  • xrd-vrouter, for running XRd vRouter containers.

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

See CHANGELOG.md for a record of changes that have been made.

See version-compatibility.md for the compatibility statement across versions.

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>