Skip to content

Commit 3b24b2e

Browse files
docs: clarify how to push docker image to minikube (#1269)
1 parent c467d5d commit 3b24b2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sample-operators/webpage/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ If you want the Operator to be running as a deployment in your cluster, follow t
5353

5454
### Build
5555

56+
In order to point your docker build to minikube docker registry run:
57+
58+
```
59+
eval $(minikube docker-env)
60+
```
61+
5662
You can build the sample using `mvn jib:dockerBuild` this will produce a Docker image you can push to the registry
5763
of your choice. The JAR file is built using your local Maven and JDK and then copied into the Docker image.
5864

0 commit comments

Comments
 (0)