You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ab...@apache.org on 2020/08/17 11:30:43 UTC

[ignite] 01/04: remove unsupported startup option

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

abudnikov pushed a commit to branch IGNITE-7595
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 41b6a25e3702526eb0e2d4004114ee1bfe528fe1
Author: abudnikov <ab...@gridgain.com>
AuthorDate: Mon Aug 17 13:11:01 2020 +0300

    remove unsupported startup option
---
 docs/_docs/code-snippets/k8s/stateful/statefulset-template.yaml | 2 +-
 docs/_docs/code-snippets/k8s/stateless/deployment-template.yaml | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/_docs/code-snippets/k8s/stateful/statefulset-template.yaml b/docs/_docs/code-snippets/k8s/stateful/statefulset-template.yaml
index 2d376c4..54caab3 100644
--- a/docs/_docs/code-snippets/k8s/stateful/statefulset-template.yaml
+++ b/docs/_docs/code-snippets/k8s/stateful/statefulset-template.yaml
@@ -29,7 +29,7 @@ spec:
         - name: CONFIG_URI
           value: file:///ignite/config/node-configuration.xml
         - name: JVM_OPTS
-          value: "-DIGNITE_WAL_MMAP=false -DIGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN=true"
+          value: "-DIGNITE_WAL_MMAP=false"
         ports:
         # Ports to open.
         - containerPort: 47100 # communication SPI port
diff --git a/docs/_docs/code-snippets/k8s/stateless/deployment-template.yaml b/docs/_docs/code-snippets/k8s/stateless/deployment-template.yaml
index 8804c67..09e60a1 100644
--- a/docs/_docs/code-snippets/k8s/stateless/deployment-template.yaml
+++ b/docs/_docs/code-snippets/k8s/stateless/deployment-template.yaml
@@ -27,8 +27,6 @@ spec:
           value: ignite-kubernetes,ignite-rest-http
         - name: CONFIG_URI
           value: file:///ignite/config/node-configuration.xml
-        - name: JVM_OPTS
-          value: "-DIGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN=true"          
         ports:
         # Ports to open.
         - containerPort: 47100 # communication SPI port