The installation needs to be done once. Run the following command in a Kubernetes cluster:
kubectl apply -f https://raw.githubusercontent.com/reactive-tech/kubegres/v1.16/kubegres.yaml
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 kubegres https://raw.githubusercontent.com/punga78/kubegreshelm/main/
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 kubegres
to see the charts.
To install the kubegres chart:
helm install my-kubegres kubegres/kubegres
To uninstall the chart:
helm delete my-kubegres