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

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2ec4803  Fix kubernetes startup & shutdown commands issue 
(FINERACT-1288)
2ec4803 is described below

commit 2ec48032523e719f78413f99c1cfbd68fab24cf1
Author: BLasan <[email protected]>
AuthorDate: Thu Jan 14 10:53:52 2021 +0530

    Fix kubernetes startup & shutdown commands issue (FINERACT-1288)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6cc5186..210b78f 100644
--- a/README.md
+++ b/README.md
@@ -143,11 +143,11 @@ You can follow 
[this](https://cwiki.apache.org/confluence/display/FINERACT/Insta
 Now e.g. from your Google Cloud shell, run the following commands:
 
 1. `git clone https://github.com/apache/fineract.git ; cd fineract/kubernetes`
-1. `./kubectl-startup`
+1. `./kubectl-startup.sh`
 
 To shutdown and reset your Cluster, run:
 
-    ./kubectl-shutdown
+    ./kubectl-shutdown.sh
 
 Using Minikube
 --------------
@@ -176,7 +176,7 @@ You can check Fineract logs using:
 
 To shutdown and reset your cluster, run:
 
-    ./kubectl-shutdown
+    ./kubectl-shutdown.sh
 
 We have [some open issues in JIRA with Kubernetes related enhancement 
ideas](https://jira.apache.org/jira/browse/FINERACT-783?jql=labels%20%3D%20kubernetes%20AND%20project%20%3D%20%22Apache%20Fineract%22%20)
 which you are welcome to contribute to.
 

Reply via email to