You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/12/10 08:55:05 UTC

[incubator-streampipes-installer] branch dev updated: edit k8s/README.md

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new a897e6d  edit k8s/README.md
a897e6d is described below

commit a897e6d0895c0b2decfe7a5528270f299cd39674
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Thu Dec 10 09:54:53 2020 +0100

    edit k8s/README.md
---
 k8s/README.md | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/k8s/README.md b/k8s/README.md
index 467fd9e..69dcf7d 100644
--- a/k8s/README.md
+++ b/k8s/README.md
@@ -85,29 +85,6 @@ We retain the created persistent volume. You need to manually delete it:
 rm -rf ${HOME}/streampipes-k8s
 ```
 
-## Cluster Deployment
-
-We recommend to adapt the templates according to your k8s cluster setup. Especially in terms of your storage drivers for managing persistent volumes. You'll find configuration about persistent volumes and persistent volume claims in the subfolders for the various components, e.g. our `backend`:
-
-```yaml
-apiVersion: v1
-kind: PersistentVolume
-metadata:
-  name: backend-pv
-spec:
-  storageClassName: local-storage-backend
-  capacity:
-    storage: 50Mi
-  accessModes:
-    - {{ .Values.persistentVolumeAccessModes }}
-  persistentVolumeReclaimPolicy: {{ .Values.persistentVolumeReclaimPolicy }}
-  hostPath:
-    path: {{ .Values.hostPath }}/backend
-```
-
-For **cluster users**:
-Just open your browser and visit any of the k8s cluster nodes on `http://<NODE_IP>` to finish the installation.
-
 ## Bugs and Feature Requests
 
 If you've found a bug or have a feature that you'd love to see in StreamPipes, feel free to create an issue in our Jira: