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

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bcd820  doc: fix kubectl cmd in dockerhub.adoc
1bcd820 is described below

commit 1bcd8204233b96a0226c675614601a77cd7ee09c
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Mon Jan 17 17:53:33 2022 +0900

    doc: fix kubectl cmd in dockerhub.adoc
---
 docs/modules/ROOT/pages/installation/registry/dockerhub.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/installation/registry/dockerhub.adoc 
b/docs/modules/ROOT/pages/installation/registry/dockerhub.adoc
index d85f8a5..3b68c51 100644
--- a/docs/modules/ROOT/pages/installation/registry/dockerhub.adoc
+++ b/docs/modules/ROOT/pages/installation/registry/dockerhub.adoc
@@ -33,7 +33,7 @@ Another possibility is to upload to the cluster your entire 
list of push/pull se
 # First login to your registry and provide credentials
 docker login
 # Then create a secret from your credentials file (may contain passwords for 
other registries)
-create secret generic your-secret-name --from-file ~/.docker/config.json
+kubectl create secret generic your-secret-name --from-file 
~/.docker/config.json
 ----
 
 After you've created the secret, you can link it to Camel K during 
installation:

Reply via email to