Skip to content

Commit 14de4f8

Browse files
edokandgrove-oss
authored andcommitted
Updated to include Windows tools (#650)
Instead of `grep` which is not deployed with Windows by default, converted code to use built-in `find` tool. Also added a step to reduce possible installation issues
1 parent c87079b commit 14de4f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/k8s-docker-for-windows.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ the box to enable Kubernetes.
6060
### Configuring OpenWhisk
6161

6262
You will be using a NodePort ingress to access OpenWhisk. Assuming
63-
`kubectl describe nodes | grep InternalIP` returns 192.168.65.3 and
63+
`kubectl describe nodes | find "InternalIP"` returns 192.168.65.3 and
6464
port 31001 is available to be used on your host machine, a
6565
mycluster.yaml for a standard deployment of OpenWhisk would be:
6666

@@ -77,6 +77,10 @@ nginx:
7777
7878
### Using helm to install OpenWhisk
7979
80+
Installation expects `openwhisk` namespace to be created. To create, run
81+
82+
`kubectl create namespace openwhisk`
83+
8084
Indicate the Kubernetes worker nodes that should be used to execute user
8185
containers by OpenWhisk's invokers. For a single node development cluster,
8286
simply run:

0 commit comments

Comments
 (0)