From 9c70971ec10a56e4e984950247e76419fac5505a Mon Sep 17 00:00:00 2001 From: Jianrong Zhang Date: Thu, 5 Oct 2023 07:16:15 -0400 Subject: [PATCH] [KOGITO-9800] Add minikube registry addon (#503) Add minikube registry addon --- .../operator/build-and-deploy-workflows.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc index 9eeb2ae5c..606abaa46 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc @@ -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: