Add openwhisk-kube-deploy to list of release repos. (#181)

diff --git a/README.md b/README.md
index 61e747d..9a934de 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,14 @@
 <td><a href="https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tools/travis/scancode.sh">scancode.sh</a></td>
 </tr>
 <tr align="left">
+<td><a href="https://github.com/apache/incubator-openwhisk-deploy-kube">incubator-openwhisk-deploy-kube</a></td>
+<td><a href="https://travis-ci.org/apache/incubator-openwhisk-deploy-kube/branches"><img src="https://travis-ci.org/apache/incubator-openwhisk-deploy-kube.svg?branch=master" alt="" /></a></td>
+<td><a href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/LICENSE.txt"><img src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" alt="" /></a></td>
+<td><a href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/NOTICE.txt">NOTICE</a></td>
+<td><a href="https://openwhisk-team.slack.com/messages/C4J3R7JFL/"><img src="https://img.shields.io/badge/channel-Slack-800080.svg" alt="" /></a></td>
+<td><a href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/tools/travis/scancode.sh">scancode.sh</a></td>
+</tr>
+<tr align="left">
 <td><a href="https://github.com/apache/incubator-openwhisk-runtime-nodejs">incubator-openwhisk-runtime-nodejs</a></td>
 <td><a href="https://travis-ci.org/apache/incubator-openwhisk-runtime-nodejs/branches"><img src="https://travis-ci.org/apache/incubator-openwhisk-runtime-nodejs.svg?branch=master" alt="" /></a></td>
 <td><a href="https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/LICENSE.txt"><img src="https://camo.githubusercontent.com/3a4d3bc039085cffdfecbe3077ffe49c5fe23286/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4170616368652d2d322e302d626c75652e737667" alt="" /></a></td>
diff --git a/docs/general_spec.md b/docs/general_spec.md
index c04c089..dd9e711 100644
--- a/docs/general_spec.md
+++ b/docs/general_spec.md
@@ -63,6 +63,8 @@
     - [incubator-openwhisk-runtime-docker](https://github.com/apache/incubator-openwhisk-runtime-docker)
 - OpenWhisk catalog: [incubator-openwhisk-catalog](https://github.com/apache/incubator-openwhisk-catalog)
 - OpenWhisk API gateway: [incubator-openwhisk-apigateway](https://github.com/apache/incubator-openwhisk-apigateway)
+- OpenWhisk deployment support:
+    - [incubator-openwhisk-deploy-kube](https://github.com/apache/incubator-openwhisk-deploy-kube)
 - OpenWhisk clients:
     - [incubator-openwhisk-client-go](https://github.com/apache/incubator-openwhisk-client-go)
     - [incubator-openwhisk-cli](https://github.com/apache/incubator-openwhisk-cli)
diff --git a/tools/config.json b/tools/config.json
index 97fdfff..ade5ea2 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -12,6 +12,7 @@
     "openwhisk-cli",
     "openwhisk-client-go",
     "openwhisk-catalog",
+    "openwhisk-deploy-kube",
     "openwhisk-apigateway",
     "openwhisk-runtime-nodejs",
     "openwhisk-runtime-swift",
@@ -47,6 +48,11 @@
     "repository": "https://github.com/apache/incubator-openwhisk-catalog.git",
     "branch": "master"
   },
+  "openwhisk_deploy_kube": {
+    "hash": "7340cc9",
+    "repository": "https://github.com/apache/incubator-openwhisk-deploy-kube.git",
+    "branch": "master"
+  },
   "openwhisk_apigateway": {
     "hash": "8907ab9",
     "repository": "https://github.com/apache/incubator-openwhisk-apigateway.git",