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
    1. 
      minikube start --mount --mount-string="/git/docker:/mnt"
    (
    1.  ## that's where docker repo was cloned
    )




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

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




Test scenarios:

- Fresh install Honolulu

...