This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 479fa52 Docker for Mac 2.0 does not need additional configuration for
PVs (#377)
479fa52 is described below
commit 479fa52fbd3ca8d6d6a67ec2417cff66b488fe39
Author: David Grove <[email protected]>
AuthorDate: Thu Nov 29 10:44:20 2018 -0500
Docker for Mac 2.0 does not need additional configuration for PVs (#377)
---
docs/k8s-docker-for-mac.md | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/docs/k8s-docker-for-mac.md b/docs/k8s-docker-for-mac.md
index ccbcc6f..5f1ca22 100644
--- a/docs/k8s-docker-for-mac.md
+++ b/docs/k8s-docker-for-mac.md
@@ -64,15 +64,23 @@ nginx:
httpsNodePort: 31001
```
-Since OpenWhisk deployment enables PersistentVolumes by default, you
-should set the defaultStorageClass for your Kubernetes in Docker by adding
-below configuration to mycluster.yaml:
+#### Additional Configuration for Docker for Mac 18.06
+
+If you are using Docker for Mac 18.06, you will need
+to add an additional stanza to your mycluster.yaml because
+this version does not have out-of-the-box support for automatic
+dynamic provisioning of persistent volumes. This additional
+configuration is not needed if you are using Docker for Mac 2.0.0
+or later.
+
+For 18.06 you should either set the defaultStorageClass
+by adding the stanza below to mycluster.yaml:
```yaml
k8s:
persistence:
defaultStorageClass: hostpath
```
-or disable the default persistence by below configuration:
+or completely disable the use of persistence by adding the stanza below:
```yaml
k8s:
persistence: