Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.13 KB

Go Report Card Build status BCH compliance

OpenEBS CI-E2E Status

Pre-requisites for k8s cluster

kubectl apply -f https://openebs.github.io/charts/openebs-operator-0.8.0.yaml
kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/0.8/k8s/openebs-storageclasses.yaml
https://github.com/openebs/openebs.git
cd openebs/k8s/demo/crunchy-postgres/
ls -ltr
./run.sh

Pre-requisite for localhost

1 - Postgress running in local 2 - Export variable like following ...

export DBHOST=<db_host>
export DBPORT=<db_port>
export DBUSER=<db_user>
export DBPASS=<db_password>
export DBNAME=<db_name>
export TOKEN=<gitlab_token>

3 - run the main file

example:

go run main.go