34
loading...
This website collects cookies to deliver better user experience
helm repo add logiq-repo https://logiqai.github.io/helm-charts
helm install <deployment_name> logiq-repo/<chart_name>
helm search repo logiq-repo
$ helm repo update
$ helm search repo logiq-repo
NAME CHART VERSION APP VERSION DESCRIPTION
logiq-repo/logiq 2.2.11 2.1.11 LOGIQ Observability HELM chart for Kubernetes
helm repo update
kubectl create namespace logiq
logiq
. You can also name your namespace differently by replacing logiq
with the name of your choice in the command above. In case you do, remember to use the same namespace for the rest of the instructions listed in this guide.values.yaml
files for small, medium, and large clusters. You can use these files as a base for configuring your LOGIQ deployment. You can download these files from the following links. values.small.yaml
for small clusters.values.medium.yaml
for medium clusters.values.large.yaml
for large clusters.values.yaml
file with the helm install command using the -f
flag, as shown in the following example.helm install logiq --namespace logiq --set global.persistence.storageClass=<storage_class_name> logiq-repo/logiq -f values.small.yaml
Image | Version |
---|---|
logiq-flash |
2.1.11.27 |
coffee |
2.1.17.4 |
logiq Helm chart |
2.2.11 |
helm install logiq --namespace logiq --set global.persistence.storageClass=<storage class name> logiq-repo/logiq
[email protected]
flash-password