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/09/14 11:39:27 UTC

[incubator-streampipes-installer] branch rel/0.67.0 updated (ea4f5bf -> 0c6be27)

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

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


    from ea4f5bf  [hotfix] add init wait on kafka service, fix wrong deployment name
     new 91de697  [hotfix] reduce storage request to 256mb
     new 2b3e0f0  [hotfix] add wait for kafka init container
     new 0c6be27  [hotfix] add port 6124 blob.server.port config to jobmanager service

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 k8s/templates/extensions/pipeline-elements/files-pvc.yaml        | 5 ++---
 .../sources-watertank-simulator-deployment.yaml                  | 3 +++
 k8s/templates/external/flink/jobmanager-deployment.yaml          | 4 ++++
 k8s/templates/external/flink/jobmanager-service.yaml             | 9 +++++----
 4 files changed, 14 insertions(+), 7 deletions(-)


[incubator-streampipes-installer] 03/03: [hotfix] add port 6124 blob.server.port config to jobmanager service

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0c6be2743de02c9e51265b44a120f9c6bf6509c2
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 13:38:58 2020 +0200

    [hotfix] add port 6124 blob.server.port config to jobmanager service
---
 k8s/templates/external/flink/jobmanager-deployment.yaml | 4 ++++
 k8s/templates/external/flink/jobmanager-service.yaml    | 9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/k8s/templates/external/flink/jobmanager-deployment.yaml b/k8s/templates/external/flink/jobmanager-deployment.yaml
index 8d6eeb5..e23aec2 100644
--- a/k8s/templates/external/flink/jobmanager-deployment.yaml
+++ b/k8s/templates/external/flink/jobmanager-deployment.yaml
@@ -35,7 +35,11 @@ spec:
           args: ["jobmanager"]
           ports:
             - containerPort: 8081
+              name: webui
             - containerPort: 6123
+              name: rpc
+            - containerPort: 6124
+              name: blob-server
           env:
             - name: JOB_MANAGER_RPC_ADDRESS
               value: jobmanager
diff --git a/k8s/templates/external/flink/jobmanager-service.yaml b/k8s/templates/external/flink/jobmanager-service.yaml
index 19dd224..2bf1e56 100644
--- a/k8s/templates/external/flink/jobmanager-service.yaml
+++ b/k8s/templates/external/flink/jobmanager-service.yaml
@@ -22,12 +22,13 @@ spec:
   selector:
     app: jobmanager
   ports:
-    - name: main
-      protocol: TCP
+    - name: webui
       port: 8081
       targetPort: 8081
-    - name: manager
-      protocol: TCP
+    - name: rpc
       port: 6123
       targetPort: 6123
+    - name: blob-server
+      port: 6124
+      targetPort: 6124      
 {{- end }}


[incubator-streampipes-installer] 01/03: [hotfix] reduce storage request to 256mb

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 91de6971c424f3205aa672f613c1c56769cc2f4a
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 13:37:32 2020 +0200

    [hotfix] reduce storage request to 256mb
---
 k8s/templates/extensions/pipeline-elements/files-pvc.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/k8s/templates/extensions/pipeline-elements/files-pvc.yaml b/k8s/templates/extensions/pipeline-elements/files-pvc.yaml
index b081131..c2fd708 100644
--- a/k8s/templates/extensions/pipeline-elements/files-pvc.yaml
+++ b/k8s/templates/extensions/pipeline-elements/files-pvc.yaml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-{{- if (eq .Values.deployment "lite") or (eq .Values.deployment "full") }}
+
 apiVersion: v1
 kind: PersistentVolumeClaim
 metadata:
@@ -23,5 +23,4 @@ spec:
     - ReadWriteMany
   resources:
     requests:
-      storage: 1Gi
-{{- end }}
\ No newline at end of file
+      storage: 256Mi


[incubator-streampipes-installer] 02/03: [hotfix] add wait for kafka init container

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2b3e0f0a45893a251920cb7d5971d5a75116dbc9
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 13:38:10 2020 +0200

    [hotfix] add wait for kafka init container
---
 .../pipeline-elements/sources-watertank-simulator-deployment.yaml      | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/k8s/templates/extensions/pipeline-elements/sources-watertank-simulator-deployment.yaml b/k8s/templates/extensions/pipeline-elements/sources-watertank-simulator-deployment.yaml
index 716b269..bc3afb0 100644
--- a/k8s/templates/extensions/pipeline-elements/sources-watertank-simulator-deployment.yaml
+++ b/k8s/templates/extensions/pipeline-elements/sources-watertank-simulator-deployment.yaml
@@ -31,6 +31,9 @@ spec:
         - name: init-wait-consul
           image: alpine
           command: ["sh", "-c", "for i in $(seq 1 300); do nc -zvw1 consul 8600 && exit 0 || sleep 3; done; exit 1"]
+        - name: init-wait-kafka
+          image: alpine
+          command: ["sh", "-c", "for i in $(seq 1 300); do nc -zvw1 kafka 9092 && exit 0 || sleep 3; done; exit 1"]
       containers:
         - name: sinks-internal-jvm
           image: {{ .Values.streampipes.registry }}/sources-watertank-simulator:{{ .Values.streampipes.version }}