From 27c74d52a17a57f419a1a22c8ac7d21fbdb475a0 Mon Sep 17 00:00:00 2001 From: Mohammad Asif Siddiqui Date: Tue, 29 Jun 2021 00:19:43 +0530 Subject: [PATCH] Add Single Node K8s env restriction in syncer --- soda-syncer/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soda-syncer/Readme.md b/soda-syncer/Readme.md index 6d15f00fe..e82d2a402 100644 --- a/soda-syncer/Readme.md +++ b/soda-syncer/Readme.md @@ -7,7 +7,7 @@ Soda-syncer will be providing the following features :- - [ ] CSI Meta-data sync between Soda and K8s -*Note*: This is an experimental project and is not ready to be used in production. +*Note*: This is an experimental project and is not ready to be used in production. This solutions curretly works for single node k8s env, we are working regularly to make this solution scalable. ### Consistent Snapshot Solution for CSI Plugins Consistent Snapshot is considered as snapshots which are taken at regular intervals and pushed to cloud for DR Solutions. @@ -52,4 +52,4 @@ This will by default start the soda-syncer on 0.0.0.0:50030 Cleanup ``` ./scripts/stop.sh -``` \ No newline at end of file +```