This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c70971ec [KOGITO-9800] Add minikube registry addon (#503)
9c70971ec is described below

commit 9c70971ec10a56e4e984950247e76419fac5505a
Author: Jianrong Zhang <[email protected]>
AuthorDate: Thu Oct 5 07:16:15 2023 -0400

    [KOGITO-9800] Add minikube registry addon (#503)
    
    Add minikube registry addon
---
 .../pages/cloud/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:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to