Commit 8884c37b authored by aimansharief's avatar aimansharief
Browse files

Issue KN-767 feat: Updated Readme file .

No related merge requests found
Showing with 6 additions and 2 deletions
+6 -2
......@@ -23,7 +23,11 @@ Pre-requisites:
For local provision, kind provider is used to provision the cluster.
Steps:
Run shell script and provide option as "local"
Create infra on local
Steps:
cd terraform
sh create --auto-approve
Destroy infra on local
Steps:
Run destroy shell script and provide option as "local" append --auto-approve to continue without confirmation.
cd terraform
sh destroy --auto-approve
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment