Versions Compared

Key

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

...

Step (1) and (2) is handled by the k8sdocker-devbuild maven profile.

The most important part is to switch to use the minikube docker context instead of your local docker context:

...

Now you can build a new ozone and create the new docker images (activated by k8sdocker-dev build profile)

Code Block
mvn clean install -DskipTests=true -f pom.ozone.xml -P k8sdocker-devbuild

Deploy to kubernetes

Finally you can deploy any of the example cluster to kubernetes:

...