Skip to content

Commit

Permalink
Add a lk
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 authored Aug 24, 2023
1 parent 4ea7e88 commit e571edb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ A Kubernetes Framework to provide easy access to S3 and NFS **Datasets** within

## Quickstart

In order to quickly deploy DLF, based on your environment execute **one** of the following commands:
First, create the namespace for installing Datashim, if not present

```bash
kubectl create ns dlf
```

In order to quickly deploy Datashim, based on your environment execute **one** of the following commands:

- **Kubernetes/Minikube/kind**
```bash
Expand Down

0 comments on commit e571edb

Please sign in to comment.