You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/07/11 09:07:56 UTC

[GitHub] [inlong] lucaspeng12138 opened a new pull request, #4978: [INLONG-4977][K8S] Divide persistentVolumeClaim by statefulsets

lucaspeng12138 opened a new pull request, #4978:
URL: https://github.com/apache/inlong/pull/4978

   ### Prepare a Pull Request
   Divide persistentVolumeClaim by statefulsets
   
   - Fixes #4977 
   
   ### Motivation
   
   Divide persistentVolumeClaim by statefulsets
   
   ### Modifications
   
   Divide persistentVolumeClaim by statefulsets
   
   ### Verifying this change
   
   1、Divide persistentVolumeClaim by statefulsets
   2、Add dataproxy persistentVolumeClaim and agent persistentVolumeClaim


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] shink commented on a diff in pull request #4978: [INLONG-4977][Kubernetes] Divide persistentVolumeClaim by statefulsets

Posted by GitBox <gi...@apache.org>.
shink commented on code in PR #4978:
URL: https://github.com/apache/inlong/pull/4978#discussion_r919623624


##########
docker/kubernetes/values.yaml:
##########
@@ -51,8 +51,24 @@ images:
   pullPolicy: "IfNotPresent"
 
 volumes:
-  persistence: false
-  storageClassName: "local-storage"
+  mysql:
+    persistence: false
+    storageClassName: "local-storage"
+  tubemqBroker:
+    persistence: false
+    storageClassName: "local-storage"
+  tubemqMaster:
+    persistence: false
+    storageClassName: "local-storage"
+  zookeeper:
+    persistence: false
+    storageClassName: "local-storage"
+  agent:
+    persistence: false
+    storageClassName: "local-storage"
+  dataproxy:
+    persistence: false
+    storageClassName: "local-storage"

Review Comment:
   How about putting them into each component?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #4978: [INLONG-4977][Kubernetes] Divide persistentVolumeClaim by statefulsets

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #4978:
URL: https://github.com/apache/inlong/pull/4978


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] lucaspeng12138 commented on a diff in pull request #4978: [INLONG-4977][Kubernetes] Divide persistentVolumeClaim by statefulsets

Posted by GitBox <gi...@apache.org>.
lucaspeng12138 commented on code in PR #4978:
URL: https://github.com/apache/inlong/pull/4978#discussion_r919765458


##########
docker/kubernetes/values.yaml:
##########
@@ -51,8 +51,24 @@ images:
   pullPolicy: "IfNotPresent"
 
 volumes:
-  persistence: false
-  storageClassName: "local-storage"
+  mysql:
+    persistence: false
+    storageClassName: "local-storage"
+  tubemqBroker:
+    persistence: false
+    storageClassName: "local-storage"
+  tubemqMaster:
+    persistence: false
+    storageClassName: "local-storage"
+  zookeeper:
+    persistence: false
+    storageClassName: "local-storage"
+  agent:
+    persistence: false
+    storageClassName: "local-storage"
+  dataproxy:
+    persistence: false
+    storageClassName: "local-storage"

Review Comment:
   solved



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org