Skip to content

ios-xr/xrd-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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>