Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #309
  • Loading branch information
srikumar003 authored Sep 22, 2023
1 parent 80444ff commit 31a73ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ kubectl apply -f https://raw.githubusercontent.com/datashim-io/datashim/master/r

Wait for all the pods to be ready :)
```bash
kubectl wait --for=condition=ready pods -l app.kubernetes.io/name=dlf -n dlf
kubectl wait --for=condition=ready pods -l app.kubernetes.io/name=datashim -n dlf
```

As an **optional** step, label the namespace(or namespaces) you want in order have the pods labelling functionality (see below).
As an **optional** step, label the namespace(or namespaces) you want in order have the pods labelling functionality (see below for an example with default namespace).
```bash
kubectl label namespace default monitor-pods-datasets=enabled
```
Expand Down

0 comments on commit 31a73ff

Please sign in to comment.