Helm-charts for NoPayloadDB deployments
To clone the repository, use the following command:
git clone https://github.com/BNLNPPS/nopayloaddb-charts.git
You need to copy your configuration values into the appropriate charts.
cp /path/to/your/values/values_sphenix.yaml nopayloaddb-charts/npdbchart_sphenix/values.yaml
cp /path/to/your/values/values_belle2-java.yaml nopayloaddb-charts/npdbchart_belle2_java/values.yaml
Make sure you are in the directory where oc
and helm
are installed.
oc login --token='YOUR_TOKEN'
oc project <project-name>
helm list
helm upgrade <helm-release-name> /path/to/your/helm-charts/nopayloaddb-charts/npdbchart_YOUR_EXPERIMENT
oc get pods
oc logs <pod-name>
oc describe pod <pod-name>
oc get imagestreams
oc describe imagestream <image-stream-name>
In most cases, deleting the pod fixes all issues. A new pod will be automatically spawned.
oc delete pod <pod-name>
- Creator: Ruslan Mashinistov (BNL)