Skip to content

Commit

Permalink
[KOGITO-9800] Add minikube registry addon (#503)
Browse files Browse the repository at this point in the history
Add minikube registry addon
  • Loading branch information
jianrongzhang89 authored Oct 5, 2023
1 parent 87e857b commit 9c70971
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,22 @@ spec:
====
The `spec.build.config.strategyOptions.KanikoBuildCacheEnabled` enables the internal Kaniko process to cache builder images to try to speed up the building execution.
====
[TIP]
====
The minikube registry addon must be enabled as follows.
[source,bash,subs="attributes+"]
----
minikube addons enable registry
----
To verify that the addon was property enabled:
[source,bash,subs="attributes+"]
----
minikube addons list |grep registry
| registry | minikube | enabled ✅ | minikube |
| registry-aliases | minikube | disabled | 3rd party (unknown) |
| registry-creds | minikube | disabled | 3rd party (UPMC Enterprises) |
----
====

You can save this file locally and run the following command:

Expand Down

0 comments on commit 9c70971

Please sign in to comment.