Official Helm charts for Vector. Currently supported:
- Vector (vector/vector)
You need to add this repository to your Helm repositories:
helm repo add vector https://helm.vector.dev
helm repo update
Use helm package .
to build the .tgz
file and then run the following command:
helm install ./vector-0.30.0.tgz \
--namespace vector \
--create-namespace \
--values values.yaml
To delete everything and start fresh, do this whenenver you update the values.yaml
file:
kubectl delete pods -l app.kubernetes.io/name=vector -n vector
kubectl delete namespace vector
To verify if the configs have been applied correctly or not:
kubectl get configmaps -n vector
kubectl edit configmap vector -n vector