Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On a terminal do the following

  1. Download and install minikube on linux

  2. Code Block
    languagebash
    minikube config set driver docker
    minikube start --mount --mount-string="/git/docker:/mnt" ## that's where docker repo was cloned


  3. /git/docker/policy-db-migrator/src/main/docker folder should contain the following file: drools_policy_init.sh

  4. Code Block
    languagebash
    kubectl create -f db.yaml
    kubectl get pods
    kubectl logs <db-migrator image name>
    kubectl delete -f db.yaml
    minikube stop




Test scenarios:

- Fresh install Honolulu

...