You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/05 15:41:55 UTC

[GitHub] dgrove-oss closed pull request #385: Update k8s-dind-cluster.md

dgrove-oss closed pull request #385: Update k8s-dind-cluster.md
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/385
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/k8s-dind-cluster.md b/docs/k8s-dind-cluster.md
index 270ab57..5c0318e 100644
--- a/docs/k8s-dind-cluster.md
+++ b/docs/k8s-dind-cluster.md
@@ -69,8 +69,8 @@ labeling the two worker nodes for OpenWhisk so that you have 1 invoker
 node for running user actions and 1 core node for running the rest of
 the OpenWhisk system.
 ```shell
-kubectl label node kube-worker-1 openwhisk-role=core
-kubectl label node kube-worker-2 openwhisk-role=invoker
+kubectl label node kube-node-1 openwhisk-role=core
+kubectl label node kube-node-2 openwhisk-role=invoker
 ```
 
 ### Configuring OpenWhisk


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services