Helm
Installation
To install the Telicent CORE Helm chart, use the following commands:
helm repo add telicent-core-charts 'https://charts.telicent.io'
helm repo update
helm search repo telicent-charts
helm install my-release telicent-core --values <path-to-your-values-file.yaml>
Replace my-release with your desired release name.
Upgrading
To upgrade an existing release:
helm upgrade my-release
Uninstalling
To uninstall the chart:
helm uninstall my-release
Configuration
For Helm configuration Values see the README and the linked subcharts.
Verify Installation
Check that the deployment was successful:
# Check the status of the deployment
helm status telicent-core
A successful deployment will have look similar to this:
NAME: telicent-core
LAST DEPLOYED: Tue Sep 24 08:10:38 2024
NAMESPACE: telicent-core
STATUS: deployed
REVISION: 1
TEST SUITE: None
# Checking Deployments and StatefulSets
kubectl get deployments,sts
With all pods reading Ready 1/1