Skip to content

etoddatkins/rancher-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rancher-charts

UC Santa Barbara Information Assurance and Security Rancher-ized helm charts

These charts have been augmented to be able to be deployed with Rancher a Kubernetes management tool to deploy and run clusters anywhere and on any provider.

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 ucsb-iac https://etoddatkins.github.io/helm-charts

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 ucsb-iac to see the charts.

To install the chart:

helm install my-<chart-name> ucsb-iac/<chart-name>

To uninstall the chart:

helm delete my-<chart-name>