[
https://issues.apache.org/jira/browse/FINERACT-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benura Abeywardena updated FINERACT-1288:
-----------------------------------------
Description:
*Description*
To reset the kubernetes cluster created, the command provided in README.md is
not accurate. It will return "No such file or directory". It should be
re-corrected as "./kubectl-shutdown.sh". Else we can just remove ".sh"
extension and run the command as metioned in README.md
*Steps to Reproduce*
Remove ".sh" extensions from bash scripts as the line '#!/bin/bash' suggested
that the file is a bash script.
was:
*Description*
To reset the kubernetes cluster created, the command provided in README.md is
not accurate. It will return "No such file or directory". It should be
re-corrected as "./kubectl-shutdown.sh". Else we can just remove ".sh"
extension and run the command as metioned in README.md
*Steps to Reproduce*
Remove ".sh" extensions from bash scripts as the line would identify it as a
bash script
{code:java}
#!/bin/bash{code}
> Commands for creating & resetting kubernetes cluster needs to be corrected
> --------------------------------------------------------------------------
>
> Key: FINERACT-1288
> URL: https://issues.apache.org/jira/browse/FINERACT-1288
> Project: Apache Fineract
> Issue Type: Task
> Affects Versions: 1.5.0
> Reporter: Benura Abeywardena
> Assignee: Benura Abeywardena
> Priority: Minor
> Fix For: 1.5.0
>
>
> *Description*
> To reset the kubernetes cluster created, the command provided in README.md is
> not accurate. It will return "No such file or directory". It should be
> re-corrected as "./kubectl-shutdown.sh". Else we can just remove ".sh"
> extension and run the command as metioned in README.md
>
> *Steps to Reproduce*
> Remove ".sh" extensions from bash scripts as the line '#!/bin/bash' suggested
> that the file is a bash script.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)