You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/11/05 14:27:58 UTC

[openwhisk-deploy-kube] branch master updated: Update k8s-docker-for-mac.md (#703)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new c2fd606  Update k8s-docker-for-mac.md (#703)
c2fd606 is described below

commit c2fd60699fa57c51a83e0db21ff650267f7e9ef6
Author: Antonello Barbone <an...@gmail.com>
AuthorDate: Fri Nov 5 15:27:53 2021 +0100

    Update k8s-docker-for-mac.md (#703)
    
    The latest versions of docker does not recognize the config "docker-for-desktop" but "docker-desktop"
---
 docs/k8s-docker-for-mac.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/k8s-docker-for-mac.md b/docs/k8s-docker-for-mac.md
index 8cd748e..aa13153 100644
--- a/docs/k8s-docker-for-mac.md
+++ b/docs/k8s-docker-for-mac.md
@@ -44,8 +44,8 @@ the box to enable Kubernetes. It is recommended that you use the
 `kubectl` cli that is installed by Docker in `/usr/local/bin`, so
 please make sure it is appears in your path before any `kubectl` you
 might also have installed on your machine.  Finally, pick the
-`docker-for-desktop` config for `kubectl` by executing the command
-`kubectl config use-context docker-for-desktop`.
+`docker-desktop` config for `kubectl` by executing the command
+`kubectl config use-context docker-desktop`.
 
 ### Configuring OpenWhisk